Html Css Color HEX #28518C Endeavour

📋 copy color: '#28518C'

red 40 ◦ green 81 ◦ blue 140

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

Shades of Endeavour #28518C

Tints of Endeavour #28518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.03%

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 15.33%
G = 31.03%
B = 53.64%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28518C (or 0x28518C) is known color: Endeavour. HEX triplet: 28, 51 and 8C. RGB value is (40,81,140). Sum of RGB (Red+Green+Blue) = 40+81+140=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #28518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28518C is #D7AE73. Grayscale: #4B4B4B. Windows color (decimal): -14134900 or 9195816. OLE color: 9195816.

HSL color Cylindrical-coordinate representation of color #28518C: hue angle of 215.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28518C is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 81 140 -
CMYK 0.71 0.42 0 0.45
HSL 215.4º 0.56% 0.35% -
HSV(B) 215.4º 0.71% 0.55% -
XYZ 8.55 8.23 25.95 -
YUV 75.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 40 81 140 0.71 0.42 0 0.45 215.4 0.56 0.35
Hex 28 51 8C 47 2A 0 2D D7 38 23
Octal 50 121 214 107 52 0 55 327 70 43
Binary 101000 1010001 10001100 1000111 101010 0 101101 11010111 111000 100011

Color Harmonies of #28518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28518C

Black with #28518C

Text Example


Text Example

White with #28518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,81,140); }

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

background-color css

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

 a { background-color: rgb(40,81,140); }

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

border-color css

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

 span { border-color: rgb(40,81,140); }

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