#2554A2

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

Shades of Endeavour #2554A2

Tints of Endeavour #2554A2

Color information

#2554A2 (or 0x2554A2) is unknown color: approx Endeavour. HEX triplet: 25, 54 and A2. RGB value is (37,84,162). Sum of RGB (Red+Green+Blue) = 37+84+162=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #2554A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2554A2 is #DAAB5D. Grayscale: #4E4E4E. Windows color (decimal): -14330718 or 10638373. OLE color: 10638373.

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

Color convert

RGB3784162-
CMYK0.770.4800.36
HSL217.44º62.81%39.02%-
HSV(B)217.44º77.16%63.53%-
XYZ10.459.3435.43-
YUV78.84174.9398.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 162 (63.67% from 255) = 57.24%
R=13.07%
G=29.68%
B=57.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37841620.770.4800.36217.4462.8139.02
Hex2554A24D30024d93f27
Octal45124242115600443317747
Binary1001011010100101000101001101110000010010011011001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2554A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2554A2; }

 p { color: rgb(37,84,162); }

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

<style>
 a { background-color: #2554A2; }

 a { background-color: rgb(37,84,162); }

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

<style>
 span { border-color: #2554A2; }

 span { border-color: rgb(37,84,162); }

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