Html Css Color HEX #366276 Blumine

📋 copy color: '#366276'

red 54 ◦ green 98 ◦ blue 118

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

Shades of Blumine #366276

Tints of Blumine #366276

RGB

 RED value IS 54 (21.48% from 255) = 20%

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

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

R = 20%
G = 36.3%
B = 43.7%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366276 (or 0x366276) is known color: Blumine. HEX triplet: 36, 62 and 76. RGB value is (54,98,118). Sum of RGB (Red+Green+Blue) = 54+98+118=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #366276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366276 is #C99D89. Grayscale: #575757. Windows color (decimal): -13213066 or 7758390. OLE color: 7758390.

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

Color convert

RGB 54 98 118 -
CMYK 0.54 0.17 0 0.54
HSL 198.75º 0.37% 0.34% -
HSV(B) 198.75º 0.54% 0.46% -
XYZ 9.16 10.83 18.75 -
YUV 87.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 54 98 118 0.54 0.17 0 0.54 198.75 0.37 0.34
Hex 36 62 76 36 11 0 36 C7 25 22
Octal 66 142 166 66 21 0 66 307 45 42
Binary 110110 1100010 1110110 110110 10001 0 110110 11000111 100101 100010

Color Harmonies of #366276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366276

Black with #366276

Text Example


Text Example

White with #366276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366276; }

 p { color: rgb(54,98,118); }

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

background-color css

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

 a { background-color: rgb(54,98,118); }

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

border-color css

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

 span { border-color: rgb(54,98,118); }

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