Html Css Color HEX #313A9F Tory Blue

📋 copy color: '#313A9F'

red 49 ◦ green 58 ◦ blue 159

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

Shades of Tory Blue #313A9F

Tints of Tory Blue #313A9F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 18.42%
G = 21.8%
B = 59.77%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#313A9F (or 0x313A9F) is known color: Tory Blue. HEX triplet: 31, 3A and 9F. RGB value is (49,58,159). Sum of RGB (Red+Green+Blue) = 49+58+159=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #313A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A9F is #CEC560. Grayscale: #424242. Windows color (decimal): -13550945 or 10435121. OLE color: 10435121.

HSL color Cylindrical-coordinate representation of color #313A9F: hue angle of 235.09º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #313A9F is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 58 159 -
CMYK 0.69 0.64 0 0.38
HSL 235.09º 0.53% 0.41% -
HSV(B) 235.09º 0.69% 0.62% -
XYZ 9.04 6.18 33.52 -
YUV 66.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 49 58 159 0.69 0.64 0 0.38 235.09 0.53 0.41
Hex 31 3A 9F 45 40 0 26 EB 35 29
Octal 61 72 237 105 100 0 46 353 65 51
Binary 110001 111010 10011111 1000101 1000000 0 100110 11101011 110101 101001

Color Harmonies of #313A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A9F

Black with #313A9F

Text Example


Text Example

White with #313A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313A9F; }

 p { color: rgb(49,58,159); }

 H1.HeaderClassName
 {
   color: #313A9F;
 }
 .AnyTagClassName
 {
   color: #313A9F;
 }
</style>

background-color css

<style>
 a { background-color: #313A9F; }

 a { background-color: rgb(49,58,159); }

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

border-color css

<style>
 span { border-color: #313A9F; }

 span { border-color: rgb(49,58,159); }

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