#2B519A

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

Shades of Endeavour #2B519A

Tints of Endeavour #2B519A

Color information

#2B519A (or 0x2B519A) is unknown color: approx Endeavour. HEX triplet: 2B, 51 and 9A. RGB value is (43,81,154). Sum of RGB (Red+Green+Blue) = 43+81+154=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B519A is #D4AE65. Grayscale: #4D4D4D. Windows color (decimal): -13938278 or 10113323. OLE color: 10113323.

HSL color Cylindrical-coordinate representation of color #2B519A: hue angle of 219.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B519A is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4381154-
CMYK0.720.4700.40
HSL219.46º56.35%38.63%-
HSV(B)219.46º72.08%60.39%-
XYZ9.778.7331.74-
YUV77.96170.91103.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.47%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 154 (60.55% from 255) = 55.40%
R=15.47%
G=29.14%
B=55.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43811540.720.4700.40219.4656.3538.63
Hex2B519A482F028db3827
Octal53121232110570503337047
Binary1010111010001100110101001000101111010100011011011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B519A; }

 p { color: rgb(43,81,154); }

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

<style>
 a { background-color: #2B519A; }

 a { background-color: rgb(43,81,154); }

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

<style>
 span { border-color: #2B519A; }

 span { border-color: rgb(43,81,154); }

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