Html Css Color HEX #315D89 Endeavour

📋 copy color: '#315D89'

red 49 ◦ green 93 ◦ blue 137

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

Shades of Endeavour #315D89

Tints of Endeavour #315D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 17.56%
G = 33.33%
B = 49.1%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#315D89 (or 0x315D89) is known color: Endeavour. HEX triplet: 31, 5D and 89. RGB value is (49,93,137). Sum of RGB (Red+Green+Blue) = 49+93+137=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #315D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315D89 is #CEA276. Grayscale: #545454. Windows color (decimal): -13542007 or 9002289. OLE color: 9002289.

HSL color Cylindrical-coordinate representation of color #315D89: hue angle of 210º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315D89 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 93 137 -
CMYK 0.64 0.32 0 0.46
HSL 210º 0.47% 0.36% -
HSV(B) 210º 0.64% 0.54% -
XYZ 9.7 10.29 25.14 -
YUV 84.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 49 93 137 0.64 0.32 0 0.46 210 0.47 0.36
Hex 31 5D 89 40 20 0 2E D2 2F 24
Octal 61 135 211 100 40 0 56 322 57 44
Binary 110001 1011101 10001001 1000000 100000 0 101110 11010010 101111 100100

Color Harmonies of #315D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D89

Black with #315D89

Text Example


Text Example

White with #315D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,93,137); }

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

background-color css

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

 a { background-color: rgb(49,93,137); }

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

border-color css

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

 span { border-color: rgb(49,93,137); }

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