Html Css Color HEX #396677 Blumine

📋 copy color: '#396677'

red 57 ◦ green 102 ◦ blue 119

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

Shades of Blumine #396677

Tints of Blumine #396677

RGB

 RED value IS 57 (22.66% from 255) = 20.5%

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 20.5%
G = 36.69%
B = 42.81%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396677 (or 0x396677) is known color: Blumine. HEX triplet: 39, 66 and 77. RGB value is (57,102,119). Sum of RGB (Red+Green+Blue) = 57+102+119=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #396677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396677 is #C69988. Grayscale: #5A5A5A. Windows color (decimal): -13015433 or 7824953. OLE color: 7824953.

HSL color Cylindrical-coordinate representation of color #396677: hue angle of 196.45º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396677 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 102 119 -
CMYK 0.52 0.14 0 0.53
HSL 196.45º 0.35% 0.35% -
HSV(B) 196.45º 0.52% 0.47% -
XYZ 9.77 11.7 19.2 -
YUV 90.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 57 102 119 0.52 0.14 0 0.53 196.45 0.35 0.35
Hex 39 66 77 34 E 0 35 C4 23 23
Octal 71 146 167 64 16 0 65 304 43 43
Binary 111001 1100110 1110111 110100 1110 0 110101 11000100 100011 100011

Color Harmonies of #396677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396677

Black with #396677

Text Example


Text Example

White with #396677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396677; }

 p { color: rgb(57,102,119); }

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

background-color css

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

 a { background-color: rgb(57,102,119); }

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

border-color css

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

 span { border-color: rgb(57,102,119); }

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