#2B5090

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

Shades of Endeavour #2B5090

Tints of Endeavour #2B5090

Color information

#2B5090 (or 0x2B5090) is unknown color: approx Endeavour. HEX triplet: 2B, 50 and 90. RGB value is (43,80,144). Sum of RGB (Red+Green+Blue) = 43+80+144=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5090 is #D4AF6F. Grayscale: #4B4B4B. Windows color (decimal): -13938544 or 9457707. OLE color: 9457707.

HSL color Cylindrical-coordinate representation of color #2B5090: hue angle of 218.02º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B5090 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4380144-
CMYK0.700.4400.44
HSL218.02º54.01%36.67%-
HSV(B)218.02º70.14%56.47%-
XYZ8.98.2627.51-
YUV76.23166.24104.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 144 (56.64% from 255) = 53.93%
R=16.10%
G=29.96%
B=53.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43801440.700.4400.44218.0254.0136.67
Hex2B5090462C02Cda3625
Octal53120220106540543326645
Binary1010111010000100100001000110101100010110011011010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,144); }

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

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

 a { background-color: rgb(43,80,144); }

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

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

 span { border-color: rgb(43,80,144); }

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