Html Css Color HEX #28438F Tory Blue

📋 copy color: '#28438F'

red 40 ◦ green 67 ◦ blue 143

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

Shades of Tory Blue #28438F

Tints of Tory Blue #28438F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

 BLUE value IS 143 (56.25% from 255) = 57.2%

R = 16%
G = 26.8%
B = 57.2%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28438F (or 0x28438F) is known color: Tory Blue. HEX triplet: 28, 43 and 8F. RGB value is (40,67,143). Sum of RGB (Red+Green+Blue) = 40+67+143=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #28438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28438F is #D7BC70. Grayscale: #434343. Windows color (decimal): -14138481 or 9388840. OLE color: 9388840.

HSL color Cylindrical-coordinate representation of color #28438F: hue angle of 224.27º 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 #28438F is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 67 143 -
CMYK 0.72 0.53 0 0.44
HSL 224.27º 0.56% 0.36% -
HSV(B) 224.27º 0.72% 0.56% -
XYZ 7.84 6.45 26.82 -
YUV 67.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 40 67 143 0.72 0.53 0 0.44 224.27 0.56 0.36
Hex 28 43 8F 48 35 0 2C E0 38 24
Octal 50 103 217 110 65 0 54 340 70 44
Binary 101000 1000011 10001111 1001000 110101 0 101100 11100000 111000 100100

Color Harmonies of #28438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28438F

Black with #28438F

Text Example


Text Example

White with #28438F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28438F; }

 p { color: rgb(40,67,143); }

 H1.HeaderClassName
 {
   color: #28438F;
 }
 .AnyTagClassName
 {
   color: #28438F;
 }
</style>

background-color css

<style>
 a { background-color: #28438F; }

 a { background-color: rgb(40,67,143); }

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

border-color css

<style>
 span { border-color: #28438F; }

 span { border-color: rgb(40,67,143); }

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