#36548A

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

Shades of Fun Blue #36548A

Tints of Fun Blue #36548A

Color information

#36548A (or 0x36548A) is unknown color: approx Fun Blue. HEX triplet: 36, 54 and 8A. RGB value is (54,84,138). Sum of RGB (Red+Green+Blue) = 54+84+138=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #36548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36548A is #C9AB75. Grayscale: #505050. Windows color (decimal): -13216630 or 9065526. OLE color: 9065526.

HSL color Cylindrical-coordinate representation of color #36548A: hue angle of 218.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36548A is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5484138-
CMYK0.610.3900.46
HSL218.57º43.75%37.65%-
HSV(B)218.57º60.87%54.12%-
XYZ9.288.9625.29-
YUV81.19160.06108.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 138 (54.30% from 255) = 50%
R=19.57%
G=30.43%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54841380.610.3900.46218.5743.7537.65
Hex36548A3D2702Edb2c26
Octal6612421275470563335446
Binary110110101010010001010111101100111010111011011011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36548A; }

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

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

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

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

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

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

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

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