#2A5C9F

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

Shades of Endeavour #2A5C9F

Tints of Endeavour #2A5C9F

Color information

#2A5C9F (or 0x2A5C9F) is unknown color: approx Endeavour. HEX triplet: 2A, 5C and 9F. RGB value is (42,92,159). Sum of RGB (Red+Green+Blue) = 42+92+159=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A5C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5C9F is #D5A360. Grayscale: #545454. Windows color (decimal): -14000993 or 10443818. OLE color: 10443818.

HSL color Cylindrical-coordinate representation of color #2A5C9F: hue angle of 214.36º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A5C9F is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4292159-
CMYK0.740.4200.38
HSL214.36º58.21%39.41%-
HSV(B)214.36º73.58%62.35%-
XYZ11.0410.6534.27-
YUV84.69169.9497.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=14.33%
G=31.40%
B=54.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42921590.740.4200.38214.3658.2139.41
Hex2A5C9F4A2A026d63a27
Octal52134237112520463267247
Binary1010101011100100111111001010101010010011011010110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,92,159); }

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

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

 a { background-color: rgb(42,92,159); }

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

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

 span { border-color: rgb(42,92,159); }

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