Html Css Color HEX #346576 Blumine

📋 copy color: '#346576'

red 52 ◦ green 101 ◦ blue 118

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

Shades of Blumine #346576

Tints of Blumine #346576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 19.19%
G = 37.27%
B = 43.54%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346576 (or 0x346576) is known color: Blumine. HEX triplet: 34, 65 and 76. RGB value is (52,101,118). Sum of RGB (Red+Green+Blue) = 52+101+118=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #346576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346576 is #CB9A89. Grayscale: #585858. Windows color (decimal): -13343370 or 7759156. OLE color: 7759156.

HSL color Cylindrical-coordinate representation of color #346576: hue angle of 195.45º degrees, saturation: 0.39, 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 #346576 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 101 118 -
CMYK 0.56 0.14 0 0.54
HSL 195.45º 0.39% 0.33% -
HSV(B) 195.45º 0.56% 0.46% -
XYZ 9.34 11.35 18.84 -
YUV 88.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 52 101 118 0.56 0.14 0 0.54 195.45 0.39 0.33
Hex 34 65 76 38 E 0 36 C3 27 21
Octal 64 145 166 70 16 0 66 303 47 41
Binary 110100 1100101 1110110 111000 1110 0 110110 11000011 100111 100001

Color Harmonies of #346576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346576

Black with #346576

Text Example


Text Example

White with #346576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346576; }

 p { color: rgb(52,101,118); }

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

background-color css

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

 a { background-color: rgb(52,101,118); }

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

border-color css

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

 span { border-color: rgb(52,101,118); }

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