Html Css Color HEX #346479 Blumine

📋 copy color: '#346479'

red 52 ◦ green 100 ◦ blue 121

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

Shades of Blumine #346479

Tints of Blumine #346479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 19.05%
G = 36.63%
B = 44.32%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346479 (or 0x346479) is known color: Blumine. HEX triplet: 34, 64 and 79. RGB value is (52,100,121). Sum of RGB (Red+Green+Blue) = 52+100+121=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #346479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346479 is #CB9B86. Grayscale: #575757. Windows color (decimal): -13343623 or 7955508. OLE color: 7955508.

HSL color Cylindrical-coordinate representation of color #346479: hue angle of 198.26º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346479 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 100 121 -
CMYK 0.57 0.17 0 0.53
HSL 198.26º 0.4% 0.34% -
HSV(B) 198.26º 0.57% 0.47% -
XYZ 9.42 11.22 19.76 -
YUV 88.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 52 100 121 0.57 0.17 0 0.53 198.26 0.4 0.34
Hex 34 64 79 39 11 0 35 C6 28 22
Octal 64 144 171 71 21 0 65 306 50 42
Binary 110100 1100100 1111001 111001 10001 0 110101 11000110 101000 100010

Color Harmonies of #346479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346479

Black with #346479

Text Example


Text Example

White with #346479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346479; }

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

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

background-color css

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

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

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

border-color css

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

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

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