Html Css Color HEX #396574 Blumine

📋 copy color: '#396574'

red 57 ◦ green 101 ◦ blue 116

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

Shades of Blumine #396574

Tints of Blumine #396574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.86%

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

R = 20.8%
G = 36.86%
B = 42.34%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396574 (or 0x396574) is known color: Blumine. HEX triplet: 39, 65 and 74. RGB value is (57,101,116). Sum of RGB (Red+Green+Blue) = 57+101+116=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #396574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396574 is #C69A8B. Grayscale: #595959. Windows color (decimal): -13015692 or 7628089. OLE color: 7628089.

HSL color Cylindrical-coordinate representation of color #396574: hue angle of 195.25º 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 #396574 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 101 116 -
CMYK 0.51 0.13 0 0.55
HSL 195.25º 0.34% 0.34% -
HSV(B) 195.25º 0.51% 0.45% -
XYZ 9.49 11.44 18.23 -
YUV 89.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 57 101 116 0.51 0.13 0 0.55 195.25 0.34 0.34
Hex 39 65 74 33 D 0 37 C3 22 22
Octal 71 145 164 63 15 0 67 303 42 42
Binary 111001 1100101 1110100 110011 1101 0 110111 11000011 100010 100010

Color Harmonies of #396574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396574

Black with #396574

Text Example


Text Example

White with #396574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396574; }

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

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

background-color css

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

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

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

border-color css

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

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

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