#31628A

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

Shades of Endeavour #31628A

Tints of Endeavour #31628A

Color information

#31628A (or 0x31628A) is unknown color: approx Endeavour. HEX triplet: 31, 62 and 8A. RGB value is (49,98,138). Sum of RGB (Red+Green+Blue) = 49+98+138=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #31628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31628A is #CE9D75. Grayscale: #575757. Windows color (decimal): -13540726 or 9069105. OLE color: 9069105.

HSL color Cylindrical-coordinate representation of color #31628A: hue angle of 206.97º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31628A is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4998138-
CMYK0.640.2900.46
HSL206.97º47.59%36.67%-
HSV(B)206.97º64.49%54.12%-
XYZ10.2211.2225.67-
YUV87.91156.27100.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=17.19%
G=34.39%
B=48.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49981380.640.2900.46206.9747.5936.67
Hex31628A401D02Ecf3025
Octal61142212100350563176045
Binary110001110001010001010100000011101010111011001111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31628A; }

 p { color: rgb(49,98,138); }

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

<style>
 a { background-color: #31628A; }

 a { background-color: rgb(49,98,138); }

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

<style>
 span { border-color: #31628A; }

 span { border-color: rgb(49,98,138); }

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