#2B5198

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

Shades of Endeavour #2B5198

Tints of Endeavour #2B5198

Color information

#2B5198 (or 0x2B5198) is unknown color: approx Endeavour. HEX triplet: 2B, 51 and 98. RGB value is (43,81,152). Sum of RGB (Red+Green+Blue) = 43+81+152=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B5198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5198 is #D4AE67. Grayscale: #4D4D4D. Windows color (decimal): -13938280 or 9982251. OLE color: 9982251.

HSL color Cylindrical-coordinate representation of color #2B5198: hue angle of 219.08º 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 #2B5198 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4381152-
CMYK0.720.4700.40
HSL219.08º55.9%38.24%-
HSV(B)219.08º71.71%59.61%-
XYZ9.618.6730.87-
YUV77.73169.91103.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=15.58%
G=29.35%
B=55.07%

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
Decimal43811520.720.4700.40219.0855.938.24
Hex2B5198482F028db3826
Octal53121230110570503337046
Binary1010111010001100110001001000101111010100011011011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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