Html Css Color HEX #28458E Tory Blue

📋 copy color: '#28458E'

red 40 ◦ green 69 ◦ blue 142

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

Shades of Tory Blue #28458E

Tints of Tory Blue #28458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 15.94%
G = 27.49%
B = 56.57%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28458E (or 0x28458E) is known color: Tory Blue. HEX triplet: 28, 45 and 8E. RGB value is (40,69,142). Sum of RGB (Red+Green+Blue) = 40+69+142=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #28458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28458E is #D7BA71. Grayscale: #444444. Windows color (decimal): -14137970 or 9323816. OLE color: 9323816.

HSL color Cylindrical-coordinate representation of color #28458E: hue angle of 222.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28458E is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 69 142 -
CMYK 0.72 0.51 0 0.44
HSL 222.94º 0.56% 0.36% -
HSV(B) 222.94º 0.72% 0.56% -
XYZ 7.89 6.66 26.46 -
YUV 68.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 40 69 142 0.72 0.51 0 0.44 222.94 0.56 0.36
Hex 28 45 8E 48 33 0 2C DF 38 24
Octal 50 105 216 110 63 0 54 337 70 44
Binary 101000 1000101 10001110 1001000 110011 0 101100 11011111 111000 100100

Color Harmonies of #28458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28458E

Black with #28458E

Text Example


Text Example

White with #28458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,69,142); }

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

background-color css

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

 a { background-color: rgb(40,69,142); }

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

border-color css

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

 span { border-color: rgb(40,69,142); }

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