Html Css Color HEX #346377 Blumine

📋 copy color: '#346377'

red 52 ◦ green 99 ◦ blue 119

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

Shades of Blumine #346377

Tints of Blumine #346377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 19.26%
G = 36.67%
B = 44.07%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346377 (or 0x346377) is known color: Blumine. HEX triplet: 34, 63 and 77. RGB value is (52,99,119). Sum of RGB (Red+Green+Blue) = 52+99+119=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #346377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346377 is #CB9C88. Grayscale: #575757. Windows color (decimal): -13343881 or 7824180. OLE color: 7824180.

HSL color Cylindrical-coordinate representation of color #346377: hue angle of 197.91º 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 #346377 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 99 119 -
CMYK 0.56 0.17 0 0.53
HSL 197.91º 0.39% 0.34% -
HSV(B) 197.91º 0.56% 0.47% -
XYZ 9.21 10.99 19.09 -
YUV 87.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 52 99 119 0.56 0.17 0 0.53 197.91 0.39 0.34
Hex 34 63 77 38 11 0 35 C6 27 22
Octal 64 143 167 70 21 0 65 306 47 42
Binary 110100 1100011 1110111 111000 10001 0 110101 11000110 100111 100010

Color Harmonies of #346377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346377

Black with #346377

Text Example


Text Example

White with #346377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346377; }

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

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

background-color css

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

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

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

border-color css

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

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

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