Html Css Color HEX #28548F Endeavour

📋 copy color: '#28548F'

red 40 ◦ green 84 ◦ blue 143

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

Shades of Endeavour #28548F

Tints of Endeavour #28548F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 14.98%
G = 31.46%
B = 53.56%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28548F (or 0x28548F) is known color: Endeavour. HEX triplet: 28, 54 and 8F. RGB value is (40,84,143). Sum of RGB (Red+Green+Blue) = 40+84+143=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #28548F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28548F is #D7AB70. Grayscale: #4D4D4D. Windows color (decimal): -14134129 or 9393192. OLE color: 9393192.

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

Color convert

RGB 40 84 143 -
CMYK 0.72 0.41 0 0.44
HSL 214.37º 0.56% 0.36% -
HSV(B) 214.37º 0.72% 0.56% -
XYZ 9 8.77 27.21 -
YUV 77.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 40 84 143 0.72 0.41 0 0.44 214.37 0.56 0.36
Hex 28 54 8F 48 29 0 2C D6 38 24
Octal 50 124 217 110 51 0 54 326 70 44
Binary 101000 1010100 10001111 1001000 101001 0 101100 11010110 111000 100100

Color Harmonies of #28548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28548F

Black with #28548F

Text Example


Text Example

White with #28548F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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