#2A5298

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

Shades of Endeavour #2A5298

Tints of Endeavour #2A5298

Color information

#2A5298 (or 0x2A5298) is unknown color: approx Endeavour. HEX triplet: 2A, 52 and 98. RGB value is (42,82,152). Sum of RGB (Red+Green+Blue) = 42+82+152=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A5298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5298 is #D5AD67. Grayscale: #4D4D4D. Windows color (decimal): -14003560 or 9982506. OLE color: 9982506.

HSL color Cylindrical-coordinate representation of color #2A5298: hue angle of 218.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A5298 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4282152-
CMYK0.720.4600.40
HSL218.18º56.7%38.04%-
HSV(B)218.18º72.37%59.61%-
XYZ9.648.7930.9-
YUV78.02169.75102.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=15.22%
G=29.71%
B=55.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42821520.720.4600.40218.1856.738.04
Hex2A5298482E028da3926
Octal52122230110560503327146
Binary1010101010010100110001001000101110010100011011010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,152); }

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

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

 a { background-color: rgb(42,82,152); }

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

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

 span { border-color: rgb(42,82,152); }

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