#2B5D97

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

Shades of Endeavour #2B5D97

Tints of Endeavour #2B5D97

Color information

#2B5D97 (or 0x2B5D97) is unknown color: approx Endeavour. HEX triplet: 2B, 5D and 97. RGB value is (43,93,151). Sum of RGB (Red+Green+Blue) = 43+93+151=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B5D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5D97 is #D4A268. Grayscale: #545454. Windows color (decimal): -13935209 or 9919787. OLE color: 9919787.

HSL color Cylindrical-coordinate representation of color #2B5D97: hue angle of 212.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B5D97 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4393151-
CMYK0.720.3800.41
HSL212.22º55.67%38.04%-
HSV(B)212.22º71.52%59.22%-
XYZ10.510.5830.77-
YUV84.66165.4498.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=14.98%
G=32.40%
B=52.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43931510.720.3800.41212.2255.6738.04
Hex2B5D974826029d43826
Octal53135227110460513247046
Binary1010111011101100101111001000100110010100111010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,93,151); }

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

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

 a { background-color: rgb(43,93,151); }

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

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

 span { border-color: rgb(43,93,151); }

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