Html Css Color HEX #396578 Blumine

📋 copy color: '#396578'

red 57 ◦ green 101 ◦ blue 120

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

Shades of Blumine #396578

Tints of Blumine #396578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 20.5%
G = 36.33%
B = 43.17%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396578 (or 0x396578) is known color: Blumine. HEX triplet: 39, 65 and 78. RGB value is (57,101,120). Sum of RGB (Red+Green+Blue) = 57+101+120=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #396578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396578 is #C69A87. Grayscale: #595959. Windows color (decimal): -13015688 or 7890233. OLE color: 7890233.

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

Color convert

RGB 57 101 120 -
CMYK 0.52 0.16 0 0.53
HSL 198.1º 0.36% 0.35% -
HSV(B) 198.1º 0.53% 0.47% -
XYZ 9.73 11.53 19.48 -
YUV 90.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 57 101 120 0.52 0.16 0 0.53 198.1 0.36 0.35
Hex 39 65 78 34 10 0 35 C6 24 23
Octal 71 145 170 64 20 0 65 306 44 43
Binary 111001 1100101 1111000 110100 10000 0 110101 11000110 100100 100011

Color Harmonies of #396578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396578

Black with #396578

Text Example


Text Example

White with #396578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396578; }

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

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

background-color css

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

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

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

border-color css

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

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

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