#365383

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

Shades of Fun Blue #365383

Tints of Fun Blue #365383

Color information

#365383 (or 0x365383) is unknown color: approx Fun Blue. HEX triplet: 36, 53 and 83. RGB value is (54,83,131). Sum of RGB (Red+Green+Blue) = 54+83+131=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #365383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365383 is #C9AC7C. Grayscale: #4F4F4F. Windows color (decimal): -13216893 or 8606518. OLE color: 8606518.

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

Color convert

RGB5483131-
CMYK0.590.3700.49
HSL217.4º41.62%36.27%-
HSV(B)217.4º58.78%51.37%-
XYZ8.718.6122.68-
YUV79.8156.89109.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=20.15%
G=30.97%
B=48.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54831310.590.3700.49217.441.6236.27
Hex3653833B25031d92a24
Octal6612320373450613315244
Binary110110101001110000011111011100101011000111011001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365383; }

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

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

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

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

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

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

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

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