#21428B

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

Shades of Fun Blue #21428B

Tints of Fun Blue #21428B

Color information

#21428B (or 0x21428B) is unknown color: approx Fun Blue. HEX triplet: 21, 42 and 8B. RGB value is (33,66,139). Sum of RGB (Red+Green+Blue) = 33+66+139=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #21428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21428B is #DEBD74. Grayscale: #404040. Windows color (decimal): -14597493 or 9126433. OLE color: 9126433.

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

Color convert

RGB3366139-
CMYK0.760.5300.45
HSL221.32º61.63%33.73%-
HSV(B)221.32º76.26%54.51%-
XYZ7.246.0825.22-
YUV64.46170.07105.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=13.87%
G=27.73%
B=58.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33661390.760.5300.45221.3261.6333.73
Hex21428B4C3502Ddd3e22
Octal41102213114650553357642
Binary1000011000010100010111001100110101010110111011101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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