#213F87

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

Shades of Fun Blue #213F87

Tints of Fun Blue #213F87

Color information

#213F87 (or 0x213F87) is unknown color: approx Fun Blue. HEX triplet: 21, 3F and 87. RGB value is (33,63,135). Sum of RGB (Red+Green+Blue) = 33+63+135=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #213F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213F87 is #DEC078. Grayscale: #3D3D3D. Windows color (decimal): -14598265 or 8863521. OLE color: 8863521.

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

Color convert

RGB3363135-
CMYK0.760.5300.47
HSL222.35º60.71%32.94%-
HSV(B)222.35º75.56%52.94%-
XYZ6.785.6323.65-
YUV62.24169.06107.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=14.29%
G=27.27%
B=58.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33631350.760.5300.47222.3560.7132.94
Hex213F874C3502Fde3d21
Octal4177207114650573367541
Binary100001111111100001111001100110101010111111011110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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