Html Css Color HEX #346477 Blumine

📋 copy color: '#346477'

red 52 ◦ green 100 ◦ blue 119

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

Shades of Blumine #346477

Tints of Blumine #346477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 19.19%
G = 36.9%
B = 43.91%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346477 (or 0x346477) is known color: Blumine. HEX triplet: 34, 64 and 77. RGB value is (52,100,119). Sum of RGB (Red+Green+Blue) = 52+100+119=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #346477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346477 is #CB9B88. Grayscale: #575757. Windows color (decimal): -13343625 or 7824436. OLE color: 7824436.

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

Color convert

RGB 52 100 119 -
CMYK 0.56 0.16 0 0.53
HSL 197.01º 0.39% 0.34% -
HSV(B) 197.01º 0.56% 0.47% -
XYZ 9.3 11.18 19.12 -
YUV 87.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 52 100 119 0.56 0.16 0 0.53 197.01 0.39 0.34
Hex 34 64 77 38 10 0 35 C5 27 22
Octal 64 144 167 70 20 0 65 305 47 42
Binary 110100 1100100 1110111 111000 10000 0 110101 11000101 100111 100010

Color Harmonies of #346477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346477

Black with #346477

Text Example


Text Example

White with #346477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346477; }

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

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

background-color css

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

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

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

border-color css

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

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

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