Html Css Color HEX #314397 Tory Blue

📋 copy color: '#314397'

red 49 ◦ green 67 ◦ blue 151

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

Shades of Tory Blue #314397

Tints of Tory Blue #314397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

 BLUE value IS 151 (59.38% from 255) = 56.55%

R = 18.35%
G = 25.09%
B = 56.55%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#314397 (or 0x314397) is known color: Tory Blue. HEX triplet: 31, 43 and 97. RGB value is (49,67,151). Sum of RGB (Red+Green+Blue) = 49+67+151=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #314397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314397 is #CEBC68. Grayscale: #464646. Windows color (decimal): -13548649 or 9913137. OLE color: 9913137.

HSL color Cylindrical-coordinate representation of color #314397: hue angle of 229.41º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314397 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 67 151 -
CMYK 0.68 0.56 0 0.41
HSL 229.41º 0.51% 0.39% -
HSV(B) 229.41º 0.68% 0.59% -
XYZ 8.86 6.9 30.14 -
YUV 71.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 49 67 151 0.68 0.56 0 0.41 229.41 0.51 0.39
Hex 31 43 97 44 38 0 29 E5 33 27
Octal 61 103 227 104 70 0 51 345 63 47
Binary 110001 1000011 10010111 1000100 111000 0 101001 11100101 110011 100111

Color Harmonies of #314397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314397

Black with #314397

Text Example


Text Example

White with #314397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314397; }

 p { color: rgb(49,67,151); }

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

background-color css

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

 a { background-color: rgb(49,67,151); }

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

border-color css

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

 span { border-color: rgb(49,67,151); }

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