Html Css Color HEX #28559A Endeavour

📋 copy color: '#28559A'

red 40 ◦ green 85 ◦ blue 154

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

Shades of Endeavour #28559A

Tints of Endeavour #28559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

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

R = 14.34%
G = 30.47%
B = 55.2%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28559A (or 0x28559A) is known color: Endeavour. HEX triplet: 28, 55 and 9A. RGB value is (40,85,154). Sum of RGB (Red+Green+Blue) = 40+85+154=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #28559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28559A is #D7AA65. Grayscale: #4F4F4F. Windows color (decimal): -14133862 or 10114344. OLE color: 10114344.

HSL color Cylindrical-coordinate representation of color #28559A: hue angle of 216.32º 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 #28559A is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 85 154 -
CMYK 0.74 0.45 0 0.40
HSL 216.32º 0.59% 0.38% -
HSV(B) 216.32º 0.74% 0.6% -
XYZ 9.96 9.28 31.84 -
YUV 79.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 40 85 154 0.74 0.45 0 0.40 216.32 0.59 0.38
Hex 28 55 9A 4A 2D 0 28 D8 3B 26
Octal 50 125 232 112 55 0 50 330 73 46
Binary 101000 1010101 10011010 1001010 101101 0 101000 11011000 111011 100110

Color Harmonies of #28559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28559A

Black with #28559A

Text Example


Text Example

White with #28559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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