#365085

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

Shades of Fun Blue #365085

Tints of Fun Blue #365085

Color information

#365085 (or 0x365085) is unknown color: approx Fun Blue. HEX triplet: 36, 50 and 85. RGB value is (54,80,133). Sum of RGB (Red+Green+Blue) = 54+80+133=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #365085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365085 is #C9AF7A. Grayscale: #4E4E4E. Windows color (decimal): -13217659 or 8736822. OLE color: 8736822.

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

Color convert

RGB5480133-
CMYK0.590.4000.48
HSL220.25º42.25%36.67%-
HSV(B)220.25º59.4%52.16%-
XYZ8.628.2223.32-
YUV78.27158.89110.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=20.22%
G=29.96%
B=49.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54801330.590.4000.48220.2542.2536.67
Hex3650853B28030dc2a25
Octal6612020573500603345245
Binary110110101000010000101111011101000011000011011100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365085; }

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

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

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

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

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

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

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

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