Html Css Color HEX #213E90 Tory Blue

📋 copy color: '#213E90'

red 33 ◦ green 62 ◦ blue 144

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

Shades of Tory Blue #213E90

Tints of Tory Blue #213E90

RGB

 RED value IS 33 (13.28% from 255) = 13.81%

 GREEN value IS 62 (24.61% from 255) = 25.94%

 BLUE value IS 144 (56.64% from 255) = 60.25%

R = 13.81%
G = 25.94%
B = 60.25%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#213E90 (or 0x213E90) is known color: Tory Blue. HEX triplet: 21, 3E and 90. RGB value is (33,62,144). Sum of RGB (Red+Green+Blue) = 33+62+144=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #213E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E90 is #DEC16F. Grayscale: #3E3E3E. Windows color (decimal): -14598512 or 9453089. OLE color: 9453089.

HSL color Cylindrical-coordinate representation of color #213E90: hue angle of 224.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213E90 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 62 144 -
CMYK 0.77 0.57 0 0.44
HSL 224.32º 0.63% 0.35% -
HSV(B) 224.32º 0.77% 0.56% -
XYZ 7.38 5.78 27.11 -
YUV 62.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 33 62 144 0.77 0.57 0 0.44 224.32 0.63 0.35
Hex 21 3E 90 4D 39 0 2C E0 3F 23
Octal 41 76 220 115 71 0 54 340 77 43
Binary 100001 111110 10010000 1001101 111001 0 101100 11100000 111111 100011

Color Harmonies of #213E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E90

Black with #213E90

Text Example


Text Example

White with #213E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,144); }

 H1.HeaderClassName
 {
   color: #213E90;
 }
 .AnyTagClassName
 {
   color: #213E90;
 }
</style>

background-color css

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

 a { background-color: rgb(33,62,144); }

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

border-color css

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

 span { border-color: rgb(33,62,144); }

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