Html Css Color HEX #396072 Blumine

📋 copy color: '#396072'

red 57 ◦ green 96 ◦ blue 114

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

Shades of Blumine #396072

Tints of Blumine #396072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 21.35%
G = 35.96%
B = 42.7%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396072 (or 0x396072) is known color: Blumine. HEX triplet: 39, 60 and 72. RGB value is (57,96,114). Sum of RGB (Red+Green+Blue) = 57+96+114=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #396072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396072 is #C69F8D. Grayscale: #565656. Windows color (decimal): -13016974 or 7495737. OLE color: 7495737.

HSL color Cylindrical-coordinate representation of color #396072: hue angle of 198.95º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396072 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 96 114 -
CMYK 0.50 0.16 0 0.55
HSL 198.95º 0.33% 0.34% -
HSV(B) 198.95º 0.5% 0.45% -
XYZ 8.91 10.45 17.47 -
YUV 86.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 57 96 114 0.50 0.16 0 0.55 198.95 0.33 0.34
Hex 39 60 72 32 10 0 37 C7 21 22
Octal 71 140 162 62 20 0 67 307 41 42
Binary 111001 1100000 1110010 110010 10000 0 110111 11000111 100001 100010

Color Harmonies of #396072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396072

Black with #396072

Text Example


Text Example

White with #396072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396072; }

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

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

background-color css

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

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

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

border-color css

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

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

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