#315E94

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

Shades of Endeavour #315E94

Tints of Endeavour #315E94

Color information

#315E94 (or 0x315E94) is unknown color: approx Endeavour. HEX triplet: 31, 5E and 94. RGB value is (49,94,148). Sum of RGB (Red+Green+Blue) = 49+94+148=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #315E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E94 is #CEA16B. Grayscale: #565656. Windows color (decimal): -13541740 or 9723441. OLE color: 9723441.

HSL color Cylindrical-coordinate representation of color #315E94: hue angle of 212.73º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315E94 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4994148-
CMYK0.670.3600.42
HSL212.73º50.25%38.63%-
HSV(B)212.73º66.89%58.04%-
XYZ10.6110.829.54-
YUV86.7162.59101.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 148 (58.20% from 255) = 50.86%
R=16.84%
G=32.30%
B=50.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49941480.670.3600.42212.7350.2538.63
Hex315E94432402Ad53227
Octal61136224103440523256247
Binary1100011011110100101001000011100100010101011010101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315E94; }

 p { color: rgb(49,94,148); }

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

<style>
 a { background-color: #315E94; }

 a { background-color: rgb(49,94,148); }

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

<style>
 span { border-color: #315E94; }

 span { border-color: rgb(49,94,148); }

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