Html Css Color HEX #396073 Blumine

📋 copy color: '#396073'

red 57 ◦ green 96 ◦ blue 115

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

Shades of Blumine #396073

Tints of Blumine #396073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.91%

R = 21.27%
G = 35.82%
B = 42.91%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396073 (or 0x396073) is known color: Blumine. HEX triplet: 39, 60 and 73. RGB value is (57,96,115). Sum of RGB (Red+Green+Blue) = 57+96+115=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #396073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396073 is #C69F8C. Grayscale: #565656. Windows color (decimal): -13016973 or 7561273. OLE color: 7561273.

HSL color Cylindrical-coordinate representation of color #396073: hue angle of 199.66º degrees, saturation: 0.34, 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 #396073 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 96 115 -
CMYK 0.50 0.17 0 0.55
HSL 199.66º 0.34% 0.34% -
HSV(B) 199.66º 0.5% 0.45% -
XYZ 8.96 10.47 17.77 -
YUV 86.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 57 96 115 0.50 0.17 0 0.55 199.66 0.34 0.34
Hex 39 60 73 32 11 0 37 C8 22 22
Octal 71 140 163 62 21 0 67 310 42 42
Binary 111001 1100000 1110011 110010 10001 0 110111 11001000 100010 100010

Color Harmonies of #396073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396073

Black with #396073

Text Example


Text Example

White with #396073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396073; }

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

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

background-color css

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

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

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

border-color css

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

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

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