#366275

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

Shades of Blumine #366275

Tints of Blumine #366275

Color information

#366275 (or 0x366275) is unknown color: approx Blumine. HEX triplet: 36, 62 and 75. RGB value is (54,98,117). Sum of RGB (Red+Green+Blue) = 54+98+117=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #366275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366275 is #C99D8A. Grayscale: #565656. Windows color (decimal): -13213067 or 7692854. OLE color: 7692854.

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

Color convert

RGB5498117-
CMYK0.540.1600.54
HSL198.1º36.84%33.53%-
HSV(B)198.1º53.85%45.88%-
XYZ9.110.818.44-
YUV87.01144.92104.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=20.07%
G=36.43%
B=43.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54981170.540.1600.54198.136.8433.53
Hex3662753610036c62522
Octal6614216566200663064542
Binary1101101100010111010111011010000011011011000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366275; }

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

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

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

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

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

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

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

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