Html Css Color HEX #213F90 Tory Blue

📋 copy color: '#213F90'

red 33 ◦ green 63 ◦ blue 144

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

Shades of Tory Blue #213F90

Tints of Tory Blue #213F90

RGB

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

 GREEN value IS 63 (25% from 255) = 26.25%

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

R = 13.75%
G = 26.25%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#213F90 (or 0x213F90) is known color: Tory Blue. HEX triplet: 21, 3F and 90. RGB value is (33,63,144). Sum of RGB (Red+Green+Blue) = 33+63+144=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #213F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213F90 is #DEC06F. Grayscale: #3E3E3E. Windows color (decimal): -14598256 or 9453345. OLE color: 9453345.

HSL color Cylindrical-coordinate representation of color #213F90: hue angle of 223.78º 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 #213F90 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 63 144 -
CMYK 0.77 0.56 0 0.44
HSL 223.78º 0.63% 0.35% -
HSV(B) 223.78º 0.77% 0.56% -
XYZ 7.44 5.89 27.13 -
YUV 63.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 33 63 144 0.77 0.56 0 0.44 223.78 0.63 0.35
Hex 21 3F 90 4D 38 0 2C E0 3F 23
Octal 41 77 220 115 70 0 54 340 77 43
Binary 100001 111111 10010000 1001101 111000 0 101100 11100000 111111 100011

Color Harmonies of #213F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F90

Black with #213F90

Text Example


Text Example

White with #213F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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