#21448D

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

Shades of Fun Blue #21448D

Tints of Fun Blue #21448D

Color information

#21448D (or 0x21448D) is unknown color: approx Fun Blue. HEX triplet: 21, 44 and 8D. RGB value is (33,68,141). Sum of RGB (Red+Green+Blue) = 33+68+141=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #21448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21448D is #DEBB72. Grayscale: #414141. Windows color (decimal): -14596979 or 9258017. OLE color: 9258017.

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

Color convert

RGB3368141-
CMYK0.770.5200.45
HSL220.56º62.07%34.12%-
HSV(B)220.56º76.6%55.29%-
XYZ7.56.3826.04-
YUV65.86170.4104.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 141 (55.47% from 255) = 58.26%
R=13.64%
G=28.10%
B=58.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33681410.770.5200.45220.5662.0734.12
Hex21448D4D3402Ddd3e22
Octal41104215115640553357642
Binary1000011000100100011011001101110100010110111011101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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