#365969

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

Shades of Blumine #365969

Tints of Blumine #365969

Color information

#365969 (or 0x365969) is unknown color: approx Blumine. HEX triplet: 36, 59 and 69. RGB value is (54,89,105). Sum of RGB (Red+Green+Blue) = 54+89+105=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #365969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365969 is #C9A696. Grayscale: #505050. Windows color (decimal): -13215383 or 6904118. OLE color: 6904118.

HSL color Cylindrical-coordinate representation of color #365969: hue angle of 198.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #365969 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5489105-
CMYK0.490.1500.59
HSL198.82º32.08%31.18%-
HSV(B)198.82º48.57%41.18%-
XYZ7.648.9514.69-
YUV80.36141.9109.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=21.77%
G=35.89%
B=42.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54891050.490.1500.59198.8232.0831.18
Hex36596931F03Bc7201f
Octal6613115161170733074037
Binary11011010110011101001110001111101110111100011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365969; }

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

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

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

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

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

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

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

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