Html Css Color HEX #396074 Blumine

📋 copy color: '#396074'

red 57 ◦ green 96 ◦ blue 116

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

Shades of Blumine #396074

Tints of Blumine #396074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 21.19%
G = 35.69%
B = 43.12%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396074 (or 0x396074) is known color: Blumine. HEX triplet: 39, 60 and 74. RGB value is (57,96,116). Sum of RGB (Red+Green+Blue) = 57+96+116=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #396074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396074 is #C69F8B. Grayscale: #565656. Windows color (decimal): -13016972 or 7626809. OLE color: 7626809.

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

Color convert

RGB 57 96 116 -
CMYK 0.51 0.17 0 0.55
HSL 200.34º 0.34% 0.34% -
HSV(B) 200.34º 0.51% 0.45% -
XYZ 9.02 10.5 18.07 -
YUV 86.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 57 96 116 0.51 0.17 0 0.55 200.34 0.34 0.34
Hex 39 60 74 33 11 0 37 C8 22 22
Octal 71 140 164 63 21 0 67 310 42 42
Binary 111001 1100000 1110100 110011 10001 0 110111 11001000 100010 100010

Color Harmonies of #396074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396074

Black with #396074

Text Example


Text Example

White with #396074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396074; }

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

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

background-color css

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

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

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

border-color css

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

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

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