#2B568C

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

Shades of Endeavour #2B568C

Tints of Endeavour #2B568C

Color information

#2B568C (or 0x2B568C) is unknown color: approx Endeavour. HEX triplet: 2B, 56 and 8C. RGB value is (43,86,140). Sum of RGB (Red+Green+Blue) = 43+86+140=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B568C is #D4A973. Grayscale: #4F4F4F. Windows color (decimal): -13937012 or 9197099. OLE color: 9197099.

HSL color Cylindrical-coordinate representation of color #2B568C: hue angle of 213.4º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B568C is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4386140-
CMYK0.690.3900.45
HSL213.4º53.01%35.88%-
HSV(B)213.4º69.29%54.9%-
XYZ9.069.0626.08-
YUV79.3162.25102.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 140 (55.08% from 255) = 52.04%
R=15.99%
G=31.97%
B=52.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43861400.690.3900.45213.453.0135.88
Hex2B568C452702Dd53524
Octal53126214105470553256544
Binary1010111010110100011001000101100111010110111010101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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