#366977

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

Shades of Blumine #366977

Tints of Blumine #366977

Color information

#366977 (or 0x366977) is unknown color: approx Blumine. HEX triplet: 36, 69 and 77. RGB value is (54,105,119). Sum of RGB (Red+Green+Blue) = 54+105+119=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #366977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366977 is #C99688. Grayscale: #5B5B5B. Windows color (decimal): -13211273 or 7825718. OLE color: 7825718.

HSL color Cylindrical-coordinate representation of color #366977: hue angle of 192.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366977 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB54105119-
CMYK0.550.1200.53
HSL192.92º37.57%33.92%-
HSV(B)192.92º54.62%46.67%-
XYZ9.912.2219.29-
YUV91.35143.6101.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.42%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=19.42%
G=37.77%
B=42.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541051190.550.1200.53192.9237.5733.92
Hex36697737C035c12622
Octal6615116767140653014642
Binary110110110100111101111101111100011010111000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366977; }

 p { color: rgb(54,105,119); }

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

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

 a { background-color: rgb(54,105,119); }

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

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

 span { border-color: rgb(54,105,119); }

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