#21448B

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

Shades of Fun Blue #21448B

Tints of Fun Blue #21448B

Color information

#21448B (or 0x21448B) is unknown color: approx Fun Blue. HEX triplet: 21, 44 and 8B. RGB value is (33,68,139). Sum of RGB (Red+Green+Blue) = 33+68+139=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #21448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21448B is #DEBB74. Grayscale: #414141. Windows color (decimal): -14596981 or 9126945. OLE color: 9126945.

HSL color Cylindrical-coordinate representation of color #21448B: hue angle of 220.19º 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 #21448B is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3368139-
CMYK0.760.5100.45
HSL220.19º61.63%33.73%-
HSV(B)220.19º76.26%54.51%-
XYZ7.356.3225.26-
YUV65.63169.4104.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 139 (54.69% from 255) = 57.92%
R=13.75%
G=28.33%
B=57.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33681390.760.5100.45220.1961.6333.73
Hex21448B4C3302Ddc3e22
Octal41104213114630553347642
Binary1000011000100100010111001100110011010110111011100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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