Html Css Color HEX #396776 Blumine

📋 copy color: '#396776'

red 57 ◦ green 103 ◦ blue 118

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

Shades of Blumine #396776

Tints of Blumine #396776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.05%

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

R = 20.5%
G = 37.05%
B = 42.45%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396776 (or 0x396776) is known color: Blumine. HEX triplet: 39, 67 and 76. RGB value is (57,103,118). Sum of RGB (Red+Green+Blue) = 57+103+118=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #396776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396776 is #C69889. Grayscale: #5A5A5A. Windows color (decimal): -13015178 or 7759673. OLE color: 7759673.

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

Color convert

RGB 57 103 118 -
CMYK 0.52 0.13 0 0.54
HSL 194.75º 0.35% 0.34% -
HSV(B) 194.75º 0.52% 0.46% -
XYZ 9.81 11.88 18.92 -
YUV 90.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 57 103 118 0.52 0.13 0 0.54 194.75 0.35 0.34
Hex 39 67 76 34 D 0 36 C3 23 22
Octal 71 147 166 64 15 0 66 303 43 42
Binary 111001 1100111 1110110 110100 1101 0 110110 11000011 100011 100010

Color Harmonies of #396776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396776

Black with #396776

Text Example


Text Example

White with #396776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396776; }

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

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

background-color css

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

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

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

border-color css

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

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

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