Html Css Color HEX #315C90 Endeavour

📋 copy color: '#315C90'

red 49 ◦ green 92 ◦ blue 144

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

Shades of Endeavour #315C90

Tints of Endeavour #315C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 17.19%
G = 32.28%
B = 50.53%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#315C90 (or 0x315C90) is known color: Endeavour. HEX triplet: 31, 5C and 90. RGB value is (49,92,144). Sum of RGB (Red+Green+Blue) = 49+92+144=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #315C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C90 is #CEA36F. Grayscale: #545454. Windows color (decimal): -13542256 or 9460785. OLE color: 9460785.

HSL color Cylindrical-coordinate representation of color #315C90: hue angle of 212.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315C90 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 92 144 -
CMYK 0.66 0.36 0 0.44
HSL 212.84º 0.49% 0.38% -
HSV(B) 212.84º 0.66% 0.56% -
XYZ 10.13 10.32 27.84 -
YUV 85.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 49 92 144 0.66 0.36 0 0.44 212.84 0.49 0.38
Hex 31 5C 90 42 24 0 2C D5 31 26
Octal 61 134 220 102 44 0 54 325 61 46
Binary 110001 1011100 10010000 1000010 100100 0 101100 11010101 110001 100110

Color Harmonies of #315C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C90

Black with #315C90

Text Example


Text Example

White with #315C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,92,144); }

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

background-color css

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

 a { background-color: rgb(49,92,144); }

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

border-color css

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

 span { border-color: rgb(49,92,144); }

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