#21488B

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

Shades of Fun Blue #21488B

Tints of Fun Blue #21488B

Color information

#21488B (or 0x21488B) is unknown color: approx Fun Blue. HEX triplet: 21, 48 and 8B. RGB value is (33,72,139). Sum of RGB (Red+Green+Blue) = 33+72+139=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #21488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21488B is #DEB774. Grayscale: #434343. Windows color (decimal): -14595957 or 9127969. OLE color: 9127969.

HSL color Cylindrical-coordinate representation of color #21488B: hue angle of 217.92º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21488B is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3372139-
CMYK0.760.4800.45
HSL217.92º61.63%33.73%-
HSV(B)217.92º76.26%54.51%-
XYZ7.66.8225.34-
YUV67.98168.08103.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=13.52%
G=29.51%
B=56.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33721390.760.4800.45217.9261.6333.73
Hex21488B4C3002Dda3e22
Octal41110213114600553327642
Binary1000011001000100010111001100110000010110111011010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21488B; }

 p { color: rgb(33,72,139); }

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

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

 a { background-color: rgb(33,72,139); }

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

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

 span { border-color: rgb(33,72,139); }

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