Html Css Color HEX #28548D Endeavour

📋 copy color: '#28548D'

red 40 ◦ green 84 ◦ blue 141

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

Shades of Endeavour #28548D

Tints of Endeavour #28548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 15.09%
G = 31.7%
B = 53.21%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28548D (or 0x28548D) is known color: Endeavour. HEX triplet: 28, 54 and 8D. RGB value is (40,84,141). Sum of RGB (Red+Green+Blue) = 40+84+141=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #28548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28548D is #D7AB72. Grayscale: #4D4D4D. Windows color (decimal): -14134131 or 9262120. OLE color: 9262120.

HSL color Cylindrical-coordinate representation of color #28548D: hue angle of 213.86º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28548D is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 84 141 -
CMYK 0.72 0.40 0 0.45
HSL 213.86º 0.56% 0.35% -
HSV(B) 213.86º 0.72% 0.55% -
XYZ 8.85 8.71 26.41 -
YUV 77.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 40 84 141 0.72 0.40 0 0.45 213.86 0.56 0.35
Hex 28 54 8D 48 28 0 2D D6 38 23
Octal 50 124 215 110 50 0 55 326 70 43
Binary 101000 1010100 10001101 1001000 101000 0 101101 11010110 111000 100011

Color Harmonies of #28548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28548D

Black with #28548D

Text Example


Text Example

White with #28548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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