#2B5498

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

Shades of Endeavour #2B5498

Tints of Endeavour #2B5498

Color information

#2B5498 (or 0x2B5498) is unknown color: approx Endeavour. HEX triplet: 2B, 54 and 98. RGB value is (43,84,152). Sum of RGB (Red+Green+Blue) = 43+84+152=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B5498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5498 is #D4AB67. Grayscale: #4F4F4F. Windows color (decimal): -13937512 or 9983019. OLE color: 9983019.

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

Color convert

RGB4384152-
CMYK0.720.4500.40
HSL217.43º55.9%38.24%-
HSV(B)217.43º71.71%59.61%-
XYZ9.839.1230.95-
YUV79.49168.92101.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.41%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 152 (59.77% from 255) = 54.48%
R=15.41%
G=30.11%
B=54.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43841520.720.4500.40217.4355.938.24
Hex2B5498482D028d93826
Octal53124230110550503317046
Binary1010111010100100110001001000101101010100011011001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,152); }

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

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

 a { background-color: rgb(43,84,152); }

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

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

 span { border-color: rgb(43,84,152); }

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