#213F88

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

Shades of Fun Blue #213F88

Tints of Fun Blue #213F88

Color information

#213F88 (or 0x213F88) is unknown color: approx Fun Blue. HEX triplet: 21, 3F and 88. RGB value is (33,63,136). Sum of RGB (Red+Green+Blue) = 33+63+136=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #213F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213F88 is #DEC077. Grayscale: #3E3E3E. Windows color (decimal): -14598264 or 8929057. OLE color: 8929057.

HSL color Cylindrical-coordinate representation of color #213F88: hue angle of 222.52º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #213F88 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3363136-
CMYK0.760.5400.47
HSL222.52º60.95%33.14%-
HSV(B)222.52º75.74%53.33%-
XYZ6.855.6624.02-
YUV62.35169.56107.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 136 (53.52% from 255) = 58.62%
R=14.22%
G=27.16%
B=58.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33631360.760.5400.47222.5260.9533.14
Hex213F884C3602Fdf3d21
Octal4177210114660573377541
Binary100001111111100010001001100110110010111111011111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F88; }

 p { color: rgb(33,63,136); }

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

<style>
 a { background-color: #213F88; }

 a { background-color: rgb(33,63,136); }

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

<style>
 span { border-color: #213F88; }

 span { border-color: rgb(33,63,136); }

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