#21448e

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

Shades of Fun Blue #21448E

Tints of Fun Blue #21448E

Color information

#21448E (or 0x21448E) is unknown color: approx Fun Blue. HEX triplet: 21, 44 and 8E. RGB value is (33,68,142). Sum of RGB (Red+Green+Blue) = 33+68+142=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #21448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21448E is #DEBB71. Grayscale: #414141. Windows color (decimal): -14596978 or 9323553. OLE color: 9323553.

HSL color Cylindrical-coordinate representation of color #21448E: hue angle of 220.73º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21448E is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3368142-
CMYK0.770.5200.44
HSL220.73º62.29%34.31%-
HSV(B)220.73º76.76%55.69%-
XYZ7.586.4126.43-
YUV65.97170.9104.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=13.58%
G=27.98%
B=58.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33681420.770.5200.44220.7362.2934.31
Hex21448E4D3402Cdd3e22
Octal41104216115640543357642
Binary1000011000100100011101001101110100010110011011101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21448e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21448e; }

 p { color: rgb(33,68,142); }

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

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

 a { background-color: rgb(33,68,142); }

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

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

 span { border-color: rgb(33,68,142); }

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