#2853A3

Color #2853A3 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #2853A3

Tints of Endeavour #2853A3

Color information

#2853A3 (or 0x2853A3) is unknown color: approx Endeavour. HEX triplet: 28, 53 and A3. RGB value is (40,83,163). Sum of RGB (Red+Green+Blue) = 40+83+163=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #2853A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2853A3 is #D7AC5C. Grayscale: #4E4E4E. Windows color (decimal): -14134365 or 10703656. OLE color: 10703656.

HSL color Cylindrical-coordinate representation of color #2853A3: hue angle of 219.02º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2853A3 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4083163-
CMYK0.750.4900.36
HSL219.02º60.59%39.8%-
HSV(B)219.02º75.46%63.92%-
XYZ10.589.2835.88-
YUV79.26175.25100-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 163 (64.06% from 255) = 56.99%
R=13.99%
G=29.02%
B=56.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40831630.750.4900.36219.0260.5939.8
Hex2853A34B31024db3d28
Octal50123243113610443337550
Binary1010001010011101000111001011110001010010011011011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2853A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2853A3; }

 p { color: rgb(40,83,163); }

 H1.HeaderClassName
 {
   color: #2853A3;
 }
 .AnyTagClassName
 {
   color: #2853A3;
 }
</style>
background-color css

<style>
 a { background-color: #2853A3; }

 a { background-color: rgb(40,83,163); }

 div.DivClassName
 {
   background-color: #2853A3;
 }
 .BgClassName
 {
   background-color: #2853A3;
 }
</style>
border-color css

<style>
 span { border-color: #2853A3; }

 span { border-color: rgb(40,83,163); }

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