Html Css Color HEX #28569A Endeavour

📋 copy color: '#28569A'

red 40 ◦ green 86 ◦ blue 154

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

Shades of Endeavour #28569A

Tints of Endeavour #28569A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55%

R = 14.29%
G = 30.71%
B = 55%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28569A (or 0x28569A) is known color: Endeavour. HEX triplet: 28, 56 and 9A. RGB value is (40,86,154). Sum of RGB (Red+Green+Blue) = 40+86+154=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #28569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28569A is #D7A965. Grayscale: #4F4F4F. Windows color (decimal): -14133606 or 10114600. OLE color: 10114600.

HSL color Cylindrical-coordinate representation of color #28569A: hue angle of 215.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28569A is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 86 154 -
CMYK 0.74 0.44 0 0.40
HSL 215.79º 0.59% 0.38% -
HSV(B) 215.79º 0.74% 0.6% -
XYZ 10.04 9.44 31.86 -
YUV 80 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 40 86 154 0.74 0.44 0 0.40 215.79 0.59 0.38
Hex 28 56 9A 4A 2C 0 28 D8 3B 26
Octal 50 126 232 112 54 0 50 330 73 46
Binary 101000 1010110 10011010 1001010 101100 0 101000 11011000 111011 100110

Color Harmonies of #28569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28569A

Black with #28569A

Text Example


Text Example

White with #28569A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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