Html Css Color HEX #28559C Endeavour

📋 copy color: '#28559C'

red 40 ◦ green 85 ◦ blue 156

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

Shades of Endeavour #28559C

Tints of Endeavour #28559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.52%

R = 14.23%
G = 30.25%
B = 55.52%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28559C (or 0x28559C) is known color: Endeavour. HEX triplet: 28, 55 and 9C. RGB value is (40,85,156). Sum of RGB (Red+Green+Blue) = 40+85+156=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #28559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28559C is #D7AA63. Grayscale: #4F4F4F. Windows color (decimal): -14133860 or 10245416. OLE color: 10245416.

HSL color Cylindrical-coordinate representation of color #28559C: hue angle of 216.72º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28559C is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 85 156 -
CMYK 0.74 0.46 0 0.39
HSL 216.72º 0.59% 0.38% -
HSV(B) 216.72º 0.74% 0.61% -
XYZ 10.12 9.35 32.72 -
YUV 79.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 40 85 156 0.74 0.46 0 0.39 216.72 0.59 0.38
Hex 28 55 9C 4A 2E 0 27 D9 3B 26
Octal 50 125 234 112 56 0 47 331 73 46
Binary 101000 1010101 10011100 1001010 101110 0 100111 11011001 111011 100110

Color Harmonies of #28559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28559C

Black with #28559C

Text Example


Text Example

White with #28559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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