#2454A3

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

Shades of Endeavour #2454A3

Tints of Endeavour #2454A3

Color information

#2454A3 (or 0x2454A3) is unknown color: approx Endeavour. HEX triplet: 24, 54 and A3. RGB value is (36,84,163). Sum of RGB (Red+Green+Blue) = 36+84+163=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 163 (64.06% from 255 or 57.60% from 283); Max value from RGB is 163 - color contains mainly: blue. Hex color #2454A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2454A3 is #DBAB5C. Grayscale: #4E4E4E. Windows color (decimal): -14396253 or 10703908. OLE color: 10703908.

HSL color Cylindrical-coordinate representation of color #2454A3: hue angle of 217.32º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2454A3 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3684163-
CMYK0.780.4800.36
HSL217.32º63.82%39.02%-
HSV(B)217.32º77.91%63.92%-
XYZ10.519.3635.9-
YUV78.65175.697.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.72%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 163 (64.06% from 255) = 57.60%
R=12.72%
G=29.68%
B=57.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal36841630.780.4800.36217.3263.8239.02
Hex2454A34E30024d94027
Octal441242431166004433110047
Binary10010010101001010001110011101100000100100110110011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2454A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,84,163); }

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

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

 a { background-color: rgb(36,84,163); }

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

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

 span { border-color: rgb(36,84,163); }

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