Html Css Color HEX #28429D Tory Blue

📋 copy color: '#28429D'

red 40 ◦ green 66 ◦ blue 157

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

Shades of Tory Blue #28429D

Tints of Tory Blue #28429D

RGB

 RED value IS 40 (16.02% from 255) = 15.21%

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

 BLUE value IS 157 (61.72% from 255) = 59.7%

R = 15.21%
G = 25.1%
B = 59.7%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28429D (or 0x28429D) is known color: Tory Blue. HEX triplet: 28, 42 and 9D. RGB value is (40,66,157). Sum of RGB (Red+Green+Blue) = 40+66+157=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #28429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28429D is #D7BD62. Grayscale: #444444. Windows color (decimal): -14138723 or 10306088. OLE color: 10306088.

HSL color Cylindrical-coordinate representation of color #28429D: hue angle of 226.67º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28429D is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 66 157 -
CMYK 0.75 0.58 0 0.38
HSL 226.67º 0.59% 0.39% -
HSV(B) 226.67º 0.75% 0.62% -
XYZ 8.91 6.78 32.74 -
YUV 68.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 40 66 157 0.75 0.58 0 0.38 226.67 0.59 0.39
Hex 28 42 9D 4B 3A 0 26 E3 3B 27
Octal 50 102 235 113 72 0 46 343 73 47
Binary 101000 1000010 10011101 1001011 111010 0 100110 11100011 111011 100111

Color Harmonies of #28429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28429D

Black with #28429D

Text Example


Text Example

White with #28429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28429D; }

 p { color: rgb(40,66,157); }

 H1.HeaderClassName
 {
   color: #28429D;
 }
 .AnyTagClassName
 {
   color: #28429D;
 }
</style>

background-color css

<style>
 a { background-color: #28429D; }

 a { background-color: rgb(40,66,157); }

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

border-color css

<style>
 span { border-color: #28429D; }

 span { border-color: rgb(40,66,157); }

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