#2B6199

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

Shades of Endeavour #2B6199

Tints of Endeavour #2B6199

Color information

#2B6199 (or 0x2B6199) is unknown color: approx Endeavour. HEX triplet: 2B, 61 and 99. RGB value is (43,97,153). Sum of RGB (Red+Green+Blue) = 43+97+153=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B6199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6199 is #D49E66. Grayscale: #565656. Windows color (decimal): -13934183 or 10051883. OLE color: 10051883.

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

Color convert

RGB4397153-
CMYK0.720.3700.4
HSL210.55º56.12%38.43%-
HSV(B)210.55º71.9%60%-
XYZ11.0211.3631.75-
YUV87.24165.1196.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.68%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=14.68%
G=33.11%
B=52.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43971530.720.3700.4210.5556.1238.43
Hex2B61994825028d33826
Octal53141231110450503237046
Binary1010111100001100110011001000100101010100011010011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,153); }

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

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

 a { background-color: rgb(43,97,153); }

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

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

 span { border-color: rgb(43,97,153); }

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