#2B5E9C

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

Shades of Endeavour #2B5E9C

Tints of Endeavour #2B5E9C

Color information

#2B5E9C (or 0x2B5E9C) is unknown color: approx Endeavour. HEX triplet: 2B, 5E and 9C. RGB value is (43,94,156). Sum of RGB (Red+Green+Blue) = 43+94+156=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B5E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5E9C is #D4A163. Grayscale: #555555. Windows color (decimal): -13934948 or 10247723. OLE color: 10247723.

HSL color Cylindrical-coordinate representation of color #2B5E9C: hue angle of 212.92º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B5E9C is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4394156-
CMYK0.720.4000.39
HSL212.92º56.78%39.02%-
HSV(B)212.92º72.44%61.18%-
XYZ1110.9232.98-
YUV85.82167.697.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.68%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=14.68%
G=32.08%
B=53.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43941560.720.4000.39212.9256.7839.02
Hex2B5E9C4828027d53927
Octal53136234110500473257147
Binary1010111011110100111001001000101000010011111010101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,94,156); }

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

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

 a { background-color: rgb(43,94,156); }

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

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

 span { border-color: rgb(43,94,156); }

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