#2A4F96

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

Shades of Endeavour #2A4F96

Tints of Endeavour #2A4F96

Color information

#2A4F96 (or 0x2A4F96) is unknown color: approx Endeavour. HEX triplet: 2A, 4F and 96. RGB value is (42,79,150). Sum of RGB (Red+Green+Blue) = 42+79+150=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A4F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4F96 is #D5B069. Grayscale: #4B4B4B. Windows color (decimal): -14004330 or 9850666. OLE color: 9850666.

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

Color convert

RGB4279150-
CMYK0.720.4700.41
HSL219.44º56.25%37.65%-
HSV(B)219.44º72%58.82%-
XYZ9.268.2929.97-
YUV76.03169.74103.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=15.50%
G=29.15%
B=55.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42791500.720.4700.41219.4456.2537.65
Hex2A4F96482F029db3826
Octal52117226110570513337046
Binary1010101001111100101101001000101111010100111011011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,79,150); }

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

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

 a { background-color: rgb(42,79,150); }

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

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

 span { border-color: rgb(42,79,150); }

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