#366779

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

Shades of Blumine #366779

Tints of Blumine #366779

Color information

#366779 (or 0x366779) is unknown color: approx Blumine. HEX triplet: 36, 67 and 79. RGB value is (54,103,121). Sum of RGB (Red+Green+Blue) = 54+103+121=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #366779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366779 is #C99886. Grayscale: #5A5A5A. Windows color (decimal): -13211783 or 7956278. OLE color: 7956278.

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

Color convert

RGB54103121-
CMYK0.550.1500.53
HSL196.12º38.29%34.31%-
HSV(B)196.12º55.37%47.45%-
XYZ9.8211.8719.86-
YUV90.4145.27102.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.42%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=19.42%
G=37.05%
B=43.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541031210.550.1500.53196.1238.2934.31
Hex36677937F035c42622
Octal6614717167170653044642
Binary110110110011111110011101111111011010111000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366779; }

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

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

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

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

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

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

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

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