Html Css Color HEX #28539D Endeavour

📋 copy color: '#28539D'

red 40 ◦ green 83 ◦ blue 157

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

Shades of Endeavour #28539D

Tints of Endeavour #28539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 14.29%
G = 29.64%
B = 56.07%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28539D (or 0x28539D) is known color: Endeavour. HEX triplet: 28, 53 and 9D. RGB value is (40,83,157). Sum of RGB (Red+Green+Blue) = 40+83+157=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #28539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28539D is #D7AC62. Grayscale: #4E4E4E. Windows color (decimal): -14134371 or 10310440. OLE color: 10310440.

HSL color Cylindrical-coordinate representation of color #28539D: hue angle of 217.95º 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 #28539D is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 83 157 -
CMYK 0.75 0.47 0 0.38
HSL 217.95º 0.59% 0.39% -
HSV(B) 217.95º 0.75% 0.62% -
XYZ 10.05 9.07 33.12 -
YUV 78.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 40 83 157 0.75 0.47 0 0.38 217.95 0.59 0.39
Hex 28 53 9D 4B 2F 0 26 DA 3B 27
Octal 50 123 235 113 57 0 46 332 73 47
Binary 101000 1010011 10011101 1001011 101111 0 100110 11011010 111011 100111

Color Harmonies of #28539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28539D

Black with #28539D

Text Example


Text Example

White with #28539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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