Html Css Color HEX #396478 Blumine

📋 copy color: '#396478'

red 57 ◦ green 100 ◦ blue 120

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

Shades of Blumine #396478

Tints of Blumine #396478

RGB

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

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

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

R = 20.58%
G = 36.1%
B = 43.32%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396478 (or 0x396478) is known color: Blumine. HEX triplet: 39, 64 and 78. RGB value is (57,100,120). Sum of RGB (Red+Green+Blue) = 57+100+120=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #396478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396478 is #C69B87. Grayscale: #595959. Windows color (decimal): -13015944 or 7889977. OLE color: 7889977.

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

Color convert

RGB 57 100 120 -
CMYK 0.52 0.17 0 0.53
HSL 199.05º 0.36% 0.35% -
HSV(B) 199.05º 0.53% 0.47% -
XYZ 9.63 11.34 19.45 -
YUV 89.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 57 100 120 0.52 0.17 0 0.53 199.05 0.36 0.35
Hex 39 64 78 34 11 0 35 C7 24 23
Octal 71 144 170 64 21 0 65 307 44 43
Binary 111001 1100100 1111000 110100 10001 0 110101 11000111 100100 100011

Color Harmonies of #396478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396478

Black with #396478

Text Example


Text Example

White with #396478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396478; }

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

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

background-color css

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

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

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

border-color css

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

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

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