#365569

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

Shades of Blumine #365569

Tints of Blumine #365569

Color information

#365569 (or 0x365569) is unknown color: approx Blumine. HEX triplet: 36, 55 and 69. RGB value is (54,85,105). Sum of RGB (Red+Green+Blue) = 54+85+105=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #365569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365569 is #C9AA96. Grayscale: #4D4D4D. Windows color (decimal): -13216407 or 6903094. OLE color: 6903094.

HSL color Cylindrical-coordinate representation of color #365569: hue angle of 203.53º 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 #365569 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5485105-
CMYK0.490.1900.59
HSL203.53º32.08%31.18%-
HSV(B)203.53º48.57%41.18%-
XYZ7.328.314.58-
YUV78.01143.23110.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=22.13%
G=34.84%
B=43.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54851050.490.1900.59203.5332.0831.18
Hex365569311303Bcc201f
Octal6612515161230733144037
Binary110110101010111010011100011001101110111100110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365569; }

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

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

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

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

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

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

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

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