Html Css Color HEX #314399 Tory Blue

📋 copy color: '#314399'

red 49 ◦ green 67 ◦ blue 153

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

Shades of Tory Blue #314399

Tints of Tory Blue #314399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 18.22%
G = 24.91%
B = 56.88%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314399 (or 0x314399) is known color: Tory Blue. HEX triplet: 31, 43 and 99. RGB value is (49,67,153). Sum of RGB (Red+Green+Blue) = 49+67+153=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #314399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314399 is #CEBC66. Grayscale: #474747. Windows color (decimal): -13548647 or 10044209. OLE color: 10044209.

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

Color convert

RGB 49 67 153 -
CMYK 0.68 0.56 0 0.4
HSL 229.62º 0.51% 0.4% -
HSV(B) 229.62º 0.68% 0.6% -
XYZ 9.02 6.97 31.01 -
YUV 71.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 49 67 153 0.68 0.56 0 0.4 229.62 0.51 0.4
Hex 31 43 99 44 38 0 28 E6 33 28
Octal 61 103 231 104 70 0 50 346 63 50
Binary 110001 1000011 10011001 1000100 111000 0 101000 11100110 110011 101000

Color Harmonies of #314399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314399

Black with #314399

Text Example


Text Example

White with #314399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314399; }

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

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

background-color css

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

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

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

border-color css

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

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

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