#365382

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

Shades of Fun Blue #365382

Tints of Fun Blue #365382

Color information

#365382 (or 0x365382) is unknown color: approx Fun Blue. HEX triplet: 36, 53 and 82. RGB value is (54,83,130). Sum of RGB (Red+Green+Blue) = 54+83+130=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #365382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365382 is #C9AC7D. Grayscale: #4F4F4F. Windows color (decimal): -13216894 or 8540982. OLE color: 8540982.

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

Color convert

RGB5483130-
CMYK0.580.3600.49
HSL217.11º41.3%36.08%-
HSV(B)217.11º58.46%50.98%-
XYZ8.648.5822.32-
YUV79.69156.39109.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=20.22%
G=31.09%
B=48.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54831300.580.3600.49217.1141.336.08
Hex3653823A24031d92924
Octal6612320272440613315144
Binary110110101001110000010111010100100011000111011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365382; }

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

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

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

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

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

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

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

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