Html Css Color HEX #346775 Blumine

📋 copy color: '#346775'

red 52 ◦ green 103 ◦ blue 117

#346775
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #346775

Tints of Blumine #346775

RGB

 RED value IS 52 (20.7% from 255) = 19.12%

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 19.12%
G = 37.87%
B = 43.01%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#346775 (or 0x346775) is known color: Blumine. HEX triplet: 34, 67 and 75. RGB value is (52,103,117). Sum of RGB (Red+Green+Blue) = 52+103+117=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #346775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346775 is #CB988A. Grayscale: #595959. Windows color (decimal): -13342859 or 7694132. OLE color: 7694132.

HSL color Cylindrical-coordinate representation of color #346775: hue angle of 192.92º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346775 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 103 117 -
CMYK 0.56 0.12 0 0.54
HSL 192.92º 0.38% 0.33% -
HSV(B) 192.92º 0.56% 0.46% -
XYZ 9.48 11.71 18.59 -
YUV 89.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 52 103 117 0.56 0.12 0 0.54 192.92 0.38 0.33
Hex 34 67 75 38 C 0 36 C1 26 21
Octal 64 147 165 70 14 0 66 301 46 41
Binary 110100 1100111 1110101 111000 1100 0 110110 11000001 100110 100001

Color Harmonies of #346775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346775

Black with #346775

Text Example


Text Example

White with #346775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346775; }

 p { color: rgb(52,103,117); }

 H1.HeaderClassName
 {
   color: #346775;
 }
 .AnyTagClassName
 {
   color: #346775;
 }
</style>

background-color css

<style>
 a { background-color: #346775; }

 a { background-color: rgb(52,103,117); }

 div.DivClassName
 {
   background-color: #346775;
 }
 .BgClassName
 {
   background-color: #346775;
 }
</style>

border-color css

<style>
 span { border-color: #346775; }

 span { border-color: rgb(52,103,117); }

 td.TdClassName
 {
   border-color: #346775;
 }
 .TagClassName
 {
   border-color: #346775;
 }
</style>