Html Css Color HEX #346472 Blumine

📋 copy color: '#346472'

red 52 ◦ green 100 ◦ blue 114

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

Shades of Blumine #346472

Tints of Blumine #346472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 19.55%
G = 37.59%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346472 (or 0x346472) is known color: Blumine. HEX triplet: 34, 64 and 72. RGB value is (52,100,114). Sum of RGB (Red+Green+Blue) = 52+100+114=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #346472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346472 is #CB9B8D. Grayscale: #575757. Windows color (decimal): -13343630 or 7496756. OLE color: 7496756.

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

Color convert

RGB 52 100 114 -
CMYK 0.54 0.12 0 0.55
HSL 193.55º 0.37% 0.33% -
HSV(B) 193.55º 0.54% 0.45% -
XYZ 9.01 11.06 17.58 -
YUV 87.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 52 100 114 0.54 0.12 0 0.55 193.55 0.37 0.33
Hex 34 64 72 36 C 0 37 C2 25 21
Octal 64 144 162 66 14 0 67 302 45 41
Binary 110100 1100100 1110010 110110 1100 0 110111 11000010 100101 100001

Color Harmonies of #346472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346472

Black with #346472

Text Example


Text Example

White with #346472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346472; }

 p { color: rgb(52,100,114); }

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

background-color css

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

 a { background-color: rgb(52,100,114); }

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

border-color css

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

 span { border-color: rgb(52,100,114); }

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