#365484

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

Shades of Fun Blue #365484

Tints of Fun Blue #365484

Color information

#365484 (or 0x365484) is unknown color: approx Fun Blue. HEX triplet: 36, 54 and 84. RGB value is (54,84,132). Sum of RGB (Red+Green+Blue) = 54+84+132=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #365484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365484 is #C9AB7B. Grayscale: #505050. Windows color (decimal): -13216636 or 8672310. OLE color: 8672310.

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

Color convert

RGB5484132-
CMYK0.590.3600.48
HSL216.92º41.94%36.47%-
HSV(B)216.92º59.09%51.76%-
XYZ8.868.7923.06-
YUV80.5157.06109.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=20%
G=31.11%
B=48.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54841320.590.3600.48216.9241.9436.47
Hex3654843B24030d92a24
Octal6612420473440603315244
Binary110110101010010000100111011100100011000011011001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365484; }

 p { color: rgb(54,84,132); }

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

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

 a { background-color: rgb(54,84,132); }

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

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

 span { border-color: rgb(54,84,132); }

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