Html Css Color HEX #21408C Tory Blue

📋 copy color: '#21408C'

red 33 ◦ green 64 ◦ blue 140

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

Shades of Tory Blue #21408C

Tints of Tory Blue #21408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

 BLUE value IS 140 (55.08% from 255) = 59.07%

R = 13.92%
G = 27%
B = 59.07%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21408C (or 0x21408C) is known color: Tory Blue. HEX triplet: 21, 40 and 8C. RGB value is (33,64,140). Sum of RGB (Red+Green+Blue) = 33+64+140=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #21408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21408C is #DEBF73. Grayscale: #3F3F3F. Windows color (decimal): -14598004 or 9191457. OLE color: 9191457.

HSL color Cylindrical-coordinate representation of color #21408C: hue angle of 222.62º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21408C is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 64 140 -
CMYK 0.76 0.54 0 0.45
HSL 222.62º 0.62% 0.34% -
HSV(B) 222.62º 0.76% 0.55% -
XYZ 7.19 5.88 25.57 -
YUV 63.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 33 64 140 0.76 0.54 0 0.45 222.62 0.62 0.34
Hex 21 40 8C 4C 36 0 2D DF 3E 22
Octal 41 100 214 114 66 0 55 337 76 42
Binary 100001 1000000 10001100 1001100 110110 0 101101 11011111 111110 100010

Color Harmonies of #21408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21408C

Black with #21408C

Text Example


Text Example

White with #21408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21408C; }

 p { color: rgb(33,64,140); }

 H1.HeaderClassName
 {
   color: #21408C;
 }
 .AnyTagClassName
 {
   color: #21408C;
 }
</style>

background-color css

<style>
 a { background-color: #21408C; }

 a { background-color: rgb(33,64,140); }

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

border-color css

<style>
 span { border-color: #21408C; }

 span { border-color: rgb(33,64,140); }

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