#366775

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

Shades of Blumine #366775

Tints of Blumine #366775

Color information

#366775 (or 0x366775) is unknown color: approx Blumine. HEX triplet: 36, 67 and 75. RGB value is (54,103,117). Sum of RGB (Red+Green+Blue) = 54+103+117=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #366775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366775 is #C9988A. Grayscale: #595959. Windows color (decimal): -13211787 or 7694134. OLE color: 7694134.

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

Color convert

RGB54103117-
CMYK0.540.1200.54
HSL193.33º36.84%33.53%-
HSV(B)193.33º53.85%45.88%-
XYZ9.5811.7718.6-
YUV89.94143.27102.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=19.71%
G=37.59%
B=42.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541031170.540.1200.54193.3336.8433.53
Hex36677536C036c12522
Octal6614716566140663014542
Binary110110110011111101011101101100011011011000001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366775; }

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

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

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

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

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

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

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

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