#2154A0

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

Shades of Endeavour #2154A0

Tints of Endeavour #2154A0

Color information

#2154A0 (or 0x2154A0) is unknown color: approx Endeavour. HEX triplet: 21, 54 and A0. RGB value is (33,84,160). Sum of RGB (Red+Green+Blue) = 33+84+160=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #2154A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154A0 is #DEAB5F. Grayscale: #4D4D4D. Windows color (decimal): -14592864 or 10507297. OLE color: 10507297.

HSL color Cylindrical-coordinate representation of color #2154A0: hue angle of 215.91º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2154A0 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3384160-
CMYK0.790.4800.37
HSL215.91º65.8%37.84%-
HSV(B)215.91º79.37%62.75%-
XYZ10.149.234.5-
YUV77.41174.696.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 160 (62.89% from 255) = 57.76%
R=11.91%
G=30.32%
B=57.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33841600.790.4800.37215.9165.837.84
Hex2154A04F30025d84226
Octal411242401176004533010246
Binary10000110101001010000010011111100000100101110110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2154A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2154A0; }

 p { color: rgb(33,84,160); }

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

<style>
 a { background-color: #2154A0; }

 a { background-color: rgb(33,84,160); }

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

<style>
 span { border-color: #2154A0; }

 span { border-color: rgb(33,84,160); }

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