#366776

Color #366776 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #366776

Tints of Blumine #366776

Color information

#366776 (or 0x366776) is unknown color: approx Blumine. HEX triplet: 36, 67 and 76. RGB value is (54,103,118). Sum of RGB (Red+Green+Blue) = 54+103+118=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #366776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366776 is #C99889. Grayscale: #595959. Windows color (decimal): -13211786 or 7759670. OLE color: 7759670.

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

Color convert

RGB54103118-
CMYK0.540.1300.54
HSL194.06º37.21%33.73%-
HSV(B)194.06º54.24%46.27%-
XYZ9.6411.7918.91-
YUV90.06143.77102.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=19.64%
G=37.45%
B=42.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541031180.540.1300.54194.0637.2133.73
Hex36677636D036c22522
Octal6614716666150663024542
Binary110110110011111101101101101101011011011000010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366776; }

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

 H1.HeaderClassName
 {
   color: #366776;
 }
 .AnyTagClassName
 {
   color: #366776;
 }
</style>
background-color css

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

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

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

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

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

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