#365083

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

Shades of Fun Blue #365083

Tints of Fun Blue #365083

Color information

#365083 (or 0x365083) is unknown color: approx Fun Blue. HEX triplet: 36, 50 and 83. RGB value is (54,80,131). Sum of RGB (Red+Green+Blue) = 54+80+131=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #365083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365083 is #C9AF7C. Grayscale: #4D4D4D. Windows color (decimal): -13217661 or 8605750. OLE color: 8605750.

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

Color convert

RGB5480131-
CMYK0.590.3900.49
HSL219.74º41.62%36.27%-
HSV(B)219.74º58.78%51.37%-
XYZ8.498.1622.6-
YUV78.04157.89110.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 131 (51.56% from 255) = 49.43%
R=20.38%
G=30.19%
B=49.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54801310.590.3900.49219.7441.6236.27
Hex3650833B27031dc2a24
Octal6612020373470613345244
Binary110110101000010000011111011100111011000111011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365083; }

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

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

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

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

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

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

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

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