#365185

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

Shades of Fun Blue #365185

Tints of Fun Blue #365185

Color information

#365185 (or 0x365185) is unknown color: approx Fun Blue. HEX triplet: 36, 51 and 85. RGB value is (54,81,133). Sum of RGB (Red+Green+Blue) = 54+81+133=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #365185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365185 is #C9AE7A. Grayscale: #4E4E4E. Windows color (decimal): -13217403 or 8737078. OLE color: 8737078.

HSL color Cylindrical-coordinate representation of color #365185: hue angle of 219.49º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365185 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5481133-
CMYK0.590.3900.48
HSL219.49º42.25%36.67%-
HSV(B)219.49º59.4%52.16%-
XYZ8.78.3623.35-
YUV78.86158.55110.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=20.15%
G=30.22%
B=49.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54811330.590.3900.48219.4942.2536.67
Hex3651853B27030db2a25
Octal6612120573470603335245
Binary110110101000110000101111011100111011000011011011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365185; }

 p { color: rgb(54,81,133); }

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

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

 a { background-color: rgb(54,81,133); }

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

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

 span { border-color: rgb(54,81,133); }

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