#2B5A98

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

Shades of Endeavour #2B5A98

Tints of Endeavour #2B5A98

Color information

#2B5A98 (or 0x2B5A98) is unknown color: approx Endeavour. HEX triplet: 2B, 5A and 98. RGB value is (43,90,152). Sum of RGB (Red+Green+Blue) = 43+90+152=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B5A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5A98 is #D4A567. Grayscale: #525252. Windows color (decimal): -13935976 or 9984555. OLE color: 9984555.

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

Color convert

RGB4390152-
CMYK0.720.4100.40
HSL214.13º55.9%38.24%-
HSV(B)214.13º71.71%59.61%-
XYZ10.3210.0931.11-
YUV83.02166.9399.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 152 (59.77% from 255) = 53.33%
R=15.09%
G=31.58%
B=53.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43901520.720.4100.40214.1355.938.24
Hex2B5A984829028d63826
Octal53132230110510503267046
Binary1010111011010100110001001000101001010100011010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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