#2B6690

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

Shades of Endeavour #2B6690

Tints of Endeavour #2B6690

Color information

#2B6690 (or 0x2B6690) is unknown color: approx Endeavour. HEX triplet: 2B, 66 and 90. RGB value is (43,102,144). Sum of RGB (Red+Green+Blue) = 43+102+144=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B6690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6690 is #D4996F. Grayscale: #585858. Windows color (decimal): -13932912 or 9463339. OLE color: 9463339.

HSL color Cylindrical-coordinate representation of color #2B6690: hue angle of 204.95º 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 #2B6690 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB43102144-
CMYK0.700.2900.44
HSL204.95º54.01%36.67%-
HSV(B)204.95º70.14%56.47%-
XYZ10.7812.0328.14-
YUV89.15158.9595.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=14.88%
G=35.29%
B=49.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431021440.700.2900.44204.9554.0136.67
Hex2B6690461D02Ccd3625
Octal53146220106350543156645
Binary101011110011010010000100011011101010110011001101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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