#2B568A

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

Shades of Endeavour #2B568A

Tints of Endeavour #2B568A

Color information

#2B568A (or 0x2B568A) is unknown color: approx Endeavour. HEX triplet: 2B, 56 and 8A. RGB value is (43,86,138). Sum of RGB (Red+Green+Blue) = 43+86+138=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B568A is #D4A975. Grayscale: #4E4E4E. Windows color (decimal): -13937014 or 9066027. OLE color: 9066027.

HSL color Cylindrical-coordinate representation of color #2B568A: hue angle of 212.84º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B568A is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4386138-
CMYK0.690.3800.46
HSL212.84º52.49%35.49%-
HSV(B)212.84º68.84%54.12%-
XYZ8.91925.31-
YUV79.07161.25102.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=16.10%
G=32.21%
B=51.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43861380.690.3800.46212.8452.4935.49
Hex2B568A452602Ed53423
Octal53126212105460563256443
Binary1010111010110100010101000101100110010111011010101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,138); }

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

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

 a { background-color: rgb(43,86,138); }

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

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

 span { border-color: rgb(43,86,138); }

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