Html Css Color HEX #315F8A Endeavour

📋 copy color: '#315F8A'

red 49 ◦ green 95 ◦ blue 138

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

Shades of Endeavour #315F8A

Tints of Endeavour #315F8A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 17.38%
G = 33.69%
B = 48.94%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#315F8A (or 0x315F8A) is known color: Endeavour. HEX triplet: 31, 5F and 8A. RGB value is (49,95,138). Sum of RGB (Red+Green+Blue) = 49+95+138=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #315F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F8A is #CEA075. Grayscale: #555555. Windows color (decimal): -13541494 or 9068337. OLE color: 9068337.

HSL color Cylindrical-coordinate representation of color #315F8A: hue angle of 208.99º 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 #315F8A is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 95 138 -
CMYK 0.64 0.31 0 0.46
HSL 208.99º 0.48% 0.37% -
HSV(B) 208.99º 0.64% 0.54% -
XYZ 9.95 10.67 25.58 -
YUV 86.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 49 95 138 0.64 0.31 0 0.46 208.99 0.48 0.37
Hex 31 5F 8A 40 1F 0 2E D1 30 25
Octal 61 137 212 100 37 0 56 321 60 45
Binary 110001 1011111 10001010 1000000 11111 0 101110 11010001 110000 100101

Color Harmonies of #315F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F8A

Black with #315F8A

Text Example


Text Example

White with #315F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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