Html Css Color HEX #314093 Tory Blue

📋 copy color: '#314093'

red 49 ◦ green 64 ◦ blue 147

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

Shades of Tory Blue #314093

Tints of Tory Blue #314093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 18.85%
G = 24.62%
B = 56.54%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314093 (or 0x314093) is known color: Tory Blue. HEX triplet: 31, 40 and 93. RGB value is (49,64,147). Sum of RGB (Red+Green+Blue) = 49+64+147=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #314093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314093 is #CEBF6C. Grayscale: #444444. Windows color (decimal): -13549421 or 9650225. OLE color: 9650225.

HSL color Cylindrical-coordinate representation of color #314093: hue angle of 230.82º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314093 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 64 147 -
CMYK 0.67 0.56 0 0.42
HSL 230.82º 0.5% 0.38% -
HSV(B) 230.82º 0.67% 0.58% -
XYZ 8.37 6.43 28.4 -
YUV 68.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 49 64 147 0.67 0.56 0 0.42 230.82 0.5 0.38
Hex 31 40 93 43 38 0 2A E7 32 26
Octal 61 100 223 103 70 0 52 347 62 46
Binary 110001 1000000 10010011 1000011 111000 0 101010 11100111 110010 100110

Color Harmonies of #314093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314093

Black with #314093

Text Example


Text Example

White with #314093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314093; }

 p { color: rgb(49,64,147); }

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

background-color css

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

 a { background-color: rgb(49,64,147); }

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

border-color css

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

 span { border-color: rgb(49,64,147); }

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