Html Css Color HEX #315F94 Endeavour

📋 copy color: '#315F94'

red 49 ◦ green 95 ◦ blue 148

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

Shades of Endeavour #315F94

Tints of Endeavour #315F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 16.78%
G = 32.53%
B = 50.68%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315F94 (or 0x315F94) is known color: Endeavour. HEX triplet: 31, 5F and 94. RGB value is (49,95,148). Sum of RGB (Red+Green+Blue) = 49+95+148=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #315F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F94 is #CEA06B. Grayscale: #575757. Windows color (decimal): -13541484 or 9723697. OLE color: 9723697.

HSL color Cylindrical-coordinate representation of color #315F94: hue angle of 212.12º 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 #315F94 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 95 148 -
CMYK 0.67 0.36 0 0.42
HSL 212.12º 0.5% 0.39% -
HSV(B) 212.12º 0.67% 0.58% -
XYZ 10.7 10.98 29.57 -
YUV 87.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 49 95 148 0.67 0.36 0 0.42 212.12 0.5 0.39
Hex 31 5F 94 43 24 0 2A D4 32 27
Octal 61 137 224 103 44 0 52 324 62 47
Binary 110001 1011111 10010100 1000011 100100 0 101010 11010100 110010 100111

Color Harmonies of #315F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F94

Black with #315F94

Text Example


Text Example

White with #315F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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