#365568

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

Shades of Blumine #365568

Tints of Blumine #365568

Color information

#365568 (or 0x365568) is unknown color: approx Blumine. HEX triplet: 36, 55 and 68. RGB value is (54,85,104). Sum of RGB (Red+Green+Blue) = 54+85+104=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #365568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365568 is #C9AA97. Grayscale: #4D4D4D. Windows color (decimal): -13216408 or 6837558. OLE color: 6837558.

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

Color convert

RGB5485104-
CMYK0.480.1800.59
HSL202.8º31.65%30.98%-
HSV(B)202.8º48.08%40.78%-
XYZ7.278.2814.31-
YUV77.9142.73110.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=22.22%
G=34.98%
B=42.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54851040.480.1800.59202.831.6530.98
Hex365568301203Bcb201f
Octal6612515060220733134037
Binary110110101010111010001100001001001110111100101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365568; }

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

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

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

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

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

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

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

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