#365588

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

Shades of Fun Blue #365588

Tints of Fun Blue #365588

Color information

#365588 (or 0x365588) is unknown color: approx Fun Blue. HEX triplet: 36, 55 and 88. RGB value is (54,85,136). Sum of RGB (Red+Green+Blue) = 54+85+136=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #365588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365588 is #C9AA77. Grayscale: #515151. Windows color (decimal): -13216376 or 8934710. OLE color: 8934710.

HSL color Cylindrical-coordinate representation of color #365588: hue angle of 217.32º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365588 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5485136-
CMYK0.600.3800.47
HSL217.32º43.16%37.25%-
HSV(B)217.32º60.29%53.33%-
XYZ9.219.0624.56-
YUV81.54158.73108.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 136 (53.52% from 255) = 49.45%
R=19.64%
G=30.91%
B=49.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54851360.600.3800.47217.3243.1637.25
Hex3655883C2602Fd92b25
Octal6612521074460573315345
Binary110110101010110001000111100100110010111111011001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365588; }

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

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

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

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

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

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

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

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