Html Css Color HEX #28569D Endeavour

📋 copy color: '#28569D'

red 40 ◦ green 86 ◦ blue 157

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

Shades of Endeavour #28569D

Tints of Endeavour #28569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 14.13%
G = 30.39%
B = 55.48%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28569D (or 0x28569D) is known color: Endeavour. HEX triplet: 28, 56 and 9D. RGB value is (40,86,157). Sum of RGB (Red+Green+Blue) = 40+86+157=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #28569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28569D is #D7A962. Grayscale: #505050. Windows color (decimal): -14133603 or 10311208. OLE color: 10311208.

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

Color convert

RGB 40 86 157 -
CMYK 0.75 0.45 0 0.38
HSL 216.41º 0.59% 0.39% -
HSV(B) 216.41º 0.75% 0.62% -
XYZ 10.29 9.54 33.2 -
YUV 80.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 40 86 157 0.75 0.45 0 0.38 216.41 0.59 0.39
Hex 28 56 9D 4B 2D 0 26 D8 3B 27
Octal 50 126 235 113 55 0 46 330 73 47
Binary 101000 1010110 10011101 1001011 101101 0 100110 11011000 111011 100111

Color Harmonies of #28569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28569D

Black with #28569D

Text Example


Text Example

White with #28569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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