#2A6394

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

Shades of Endeavour #2A6394

Tints of Endeavour #2A6394

Color information

#2A6394 (or 0x2A6394) is unknown color: approx Endeavour. HEX triplet: 2A, 63 and 94. RGB value is (42,99,148). Sum of RGB (Red+Green+Blue) = 42+99+148=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A6394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6394 is #D59C6B. Grayscale: #575757. Windows color (decimal): -13999212 or 9724714. OLE color: 9724714.

HSL color Cylindrical-coordinate representation of color #2A6394: hue angle of 207.74º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A6394 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4299148-
CMYK0.720.3300.42
HSL207.74º55.79%37.25%-
HSV(B)207.74º71.62%58.04%-
XYZ10.7611.5529.68-
YUV87.54162.1295.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=14.53%
G=34.26%
B=51.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42991480.720.3300.42207.7455.7937.25
Hex2A6394482102Ad03825
Octal52143224110410523207045
Binary1010101100011100101001001000100001010101011010000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,148); }

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

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

 a { background-color: rgb(42,99,148); }

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

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

 span { border-color: rgb(42,99,148); }

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