Html Css Color HEX #315E9A Endeavour

📋 copy color: '#315E9A'

red 49 ◦ green 94 ◦ blue 154

#315E9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #315E9A

Tints of Endeavour #315E9A

RGB

 RED value IS 49 (19.53% from 255) = 16.5%

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 16.5%
G = 31.65%
B = 51.85%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#315E9A (or 0x315E9A) is known color: Endeavour. HEX triplet: 31, 5E and 9A. RGB value is (49,94,154). Sum of RGB (Red+Green+Blue) = 49+94+154=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #315E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E9A is #CEA165. Grayscale: #575757. Windows color (decimal): -13541734 or 10116657. OLE color: 10116657.

HSL color Cylindrical-coordinate representation of color #315E9A: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315E9A is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 94 154 -
CMYK 0.68 0.39 0 0.40
HSL 214.29º 0.52% 0.4% -
HSV(B) 214.29º 0.68% 0.6% -
XYZ 11.1 10.99 32.11 -
YUV 87.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 49 94 154 0.68 0.39 0 0.40 214.29 0.52 0.4
Hex 31 5E 9A 44 27 0 28 D6 34 28
Octal 61 136 232 104 47 0 50 326 64 50
Binary 110001 1011110 10011010 1000100 100111 0 101000 11010110 110100 101000

Color Harmonies of #315E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E9A

Black with #315E9A

Text Example


Text Example

White with #315E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #315E9A;
 }
 .AnyTagClassName
 {
   color: #315E9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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