Html Css Color HEX #213F87 Fun Blue

📋 copy color: '#213F87'

red 33 ◦ green 63 ◦ blue 135

#213F87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #213F87

Tints of Fun Blue #213F87

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.13% from 255) = 58.44%

R = 14.29%
G = 27.27%
B = 58.44%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#213F87 (or 0x213F87) is known color: 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

RGB 33 63 135 -
CMYK 0.76 0.53 0 0.47
HSL 222.35º 0.61% 0.33% -
HSV(B) 222.35º 0.76% 0.53% -
XYZ 6.78 5.63 23.65 -
YUV 62.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 33 63 135 0.76 0.53 0 0.47 222.35 0.61 0.33
Hex 21 3F 87 4C 35 0 2F DE 3D 21
Octal 41 77 207 114 65 0 57 336 75 41
Binary 100001 111111 10000111 1001100 110101 0 101111 11011110 111101 100001

Color Harmonies of #213F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F87

Black with #213F87

Text Example


Text Example

White with #213F87

Text Example


Text Example

HTML Codes & Css Web 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>