#21488A

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

Shades of Fun Blue #21488A

Tints of Fun Blue #21488A

Color information

#21488A (or 0x21488A) is unknown color: approx Fun Blue. HEX triplet: 21, 48 and 8A. RGB value is (33,72,138). Sum of RGB (Red+Green+Blue) = 33+72+138=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #21488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21488A is #DEB775. Grayscale: #434343. Windows color (decimal): -14595958 or 9062433. OLE color: 9062433.

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

Color convert

RGB3372138-
CMYK0.760.4800.46
HSL217.71º61.4%33.53%-
HSV(B)217.71º76.09%54.12%-
XYZ7.536.7924.96-
YUV67.86167.58103.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=13.58%
G=29.63%
B=56.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33721380.760.4800.46217.7161.433.53
Hex21488A4C3002Eda3d22
Octal41110212114600563327542
Binary1000011001000100010101001100110000010111011011010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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