Html Css Color HEX #396274 Blumine

📋 copy color: '#396274'

red 57 ◦ green 98 ◦ blue 116

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

Shades of Blumine #396274

Tints of Blumine #396274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

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

R = 21.03%
G = 36.16%
B = 42.8%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396274 (or 0x396274) is known color: Blumine. HEX triplet: 39, 62 and 74. RGB value is (57,98,116). Sum of RGB (Red+Green+Blue) = 57+98+116=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #396274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396274 is #C69D8B. Grayscale: #575757. Windows color (decimal): -13016460 or 7627321. OLE color: 7627321.

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

Color convert

RGB 57 98 116 -
CMYK 0.51 0.16 0 0.55
HSL 198.31º 0.34% 0.34% -
HSV(B) 198.31º 0.51% 0.45% -
XYZ 9.21 10.87 18.14 -
YUV 87.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 57 98 116 0.51 0.16 0 0.55 198.31 0.34 0.34
Hex 39 62 74 33 10 0 37 C6 22 22
Octal 71 142 164 63 20 0 67 306 42 42
Binary 111001 1100010 1110100 110011 10000 0 110111 11000110 100010 100010

Color Harmonies of #396274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396274

Black with #396274

Text Example


Text Example

White with #396274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396274; }

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

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

background-color css

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

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

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

border-color css

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

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

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