Html Css Color HEX #396076 Blumine

📋 copy color: '#396076'

red 57 ◦ green 96 ◦ blue 118

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

Shades of Blumine #396076

Tints of Blumine #396076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 21.03%
G = 35.42%
B = 43.54%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396076 (or 0x396076) is known color: Blumine. HEX triplet: 39, 60 and 76. RGB value is (57,96,118). Sum of RGB (Red+Green+Blue) = 57+96+118=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #396076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396076 is #C69F89. Grayscale: #565656. Windows color (decimal): -13016970 or 7757881. OLE color: 7757881.

HSL color Cylindrical-coordinate representation of color #396076: hue angle of 201.64º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396076 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 96 118 -
CMYK 0.52 0.19 0 0.54
HSL 201.64º 0.35% 0.34% -
HSV(B) 201.64º 0.52% 0.46% -
XYZ 9.14 10.54 18.69 -
YUV 86.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 57 96 118 0.52 0.19 0 0.54 201.64 0.35 0.34
Hex 39 60 76 34 13 0 36 CA 23 22
Octal 71 140 166 64 23 0 66 312 43 42
Binary 111001 1100000 1110110 110100 10011 0 110110 11001010 100011 100010

Color Harmonies of #396076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396076

Black with #396076

Text Example


Text Example

White with #396076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396076; }

 p { color: rgb(57,96,118); }

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

background-color css

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

 a { background-color: rgb(57,96,118); }

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

border-color css

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

 span { border-color: rgb(57,96,118); }

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