Html Css Color HEX #396577 Blumine

📋 copy color: '#396577'

red 57 ◦ green 101 ◦ blue 119

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

Shades of Blumine #396577

Tints of Blumine #396577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

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

R = 20.58%
G = 36.46%
B = 42.96%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396577 (or 0x396577) is known color: Blumine. HEX triplet: 39, 65 and 77. RGB value is (57,101,119). Sum of RGB (Red+Green+Blue) = 57+101+119=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #396577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396577 is #C69A88. Grayscale: #595959. Windows color (decimal): -13015689 or 7824697. OLE color: 7824697.

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

Color convert

RGB 57 101 119 -
CMYK 0.52 0.15 0 0.53
HSL 197.42º 0.35% 0.35% -
HSV(B) 197.42º 0.52% 0.47% -
XYZ 9.67 11.51 19.16 -
YUV 89.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 57 101 119 0.52 0.15 0 0.53 197.42 0.35 0.35
Hex 39 65 77 34 F 0 35 C5 23 23
Octal 71 145 167 64 17 0 65 305 43 43
Binary 111001 1100101 1110111 110100 1111 0 110101 11000101 100011 100011

Color Harmonies of #396577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396577

Black with #396577

Text Example


Text Example

White with #396577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396577; }

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

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

background-color css

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

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

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

border-color css

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

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

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