Html Css Color HEX #21428E Tory Blue

📋 copy color: '#21428E'

red 33 ◦ green 66 ◦ blue 142

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

Shades of Tory Blue #21428E

Tints of Tory Blue #21428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 13.69%
G = 27.39%
B = 58.92%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21428E (or 0x21428E) is known color: Tory Blue. HEX triplet: 21, 42 and 8E. RGB value is (33,66,142). Sum of RGB (Red+Green+Blue) = 33+66+142=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #21428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21428E is #DEBD71. Grayscale: #404040. Windows color (decimal): -14597490 or 9323041. OLE color: 9323041.

HSL color Cylindrical-coordinate representation of color #21428E: hue angle of 221.83º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21428E is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 66 142 -
CMYK 0.77 0.54 0 0.44
HSL 221.83º 0.62% 0.34% -
HSV(B) 221.83º 0.77% 0.56% -
XYZ 7.46 6.17 26.39 -
YUV 64.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 33 66 142 0.77 0.54 0 0.44 221.83 0.62 0.34
Hex 21 42 8E 4D 36 0 2C DE 3E 22
Octal 41 102 216 115 66 0 54 336 76 42
Binary 100001 1000010 10001110 1001101 110110 0 101100 11011110 111110 100010

Color Harmonies of #21428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21428E

Black with #21428E

Text Example


Text Example

White with #21428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21428E; }

 p { color: rgb(33,66,142); }

 H1.HeaderClassName
 {
   color: #21428E;
 }
 .AnyTagClassName
 {
   color: #21428E;
 }
</style>

background-color css

<style>
 a { background-color: #21428E; }

 a { background-color: rgb(33,66,142); }

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

border-color css

<style>
 span { border-color: #21428E; }

 span { border-color: rgb(33,66,142); }

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