Html Css Color HEX #314296 Tory Blue

📋 copy color: '#314296'

red 49 ◦ green 66 ◦ blue 150

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

Shades of Tory Blue #314296

Tints of Tory Blue #314296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 18.49%
G = 24.91%
B = 56.6%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#314296 (or 0x314296) is known color: Tory Blue. HEX triplet: 31, 42 and 96. RGB value is (49,66,150). Sum of RGB (Red+Green+Blue) = 49+66+150=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #314296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314296 is #CEBD69. Grayscale: #464646. Windows color (decimal): -13548906 or 9847345. OLE color: 9847345.

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

Color convert

RGB 49 66 150 -
CMYK 0.67 0.56 0 0.41
HSL 229.9º 0.51% 0.39% -
HSV(B) 229.9º 0.67% 0.59% -
XYZ 8.72 6.75 29.7 -
YUV 70.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 49 66 150 0.67 0.56 0 0.41 229.9 0.51 0.39
Hex 31 42 96 43 38 0 29 E6 33 27
Octal 61 102 226 103 70 0 51 346 63 47
Binary 110001 1000010 10010110 1000011 111000 0 101001 11100110 110011 100111

Color Harmonies of #314296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314296

Black with #314296

Text Example


Text Example

White with #314296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314296; }

 p { color: rgb(49,66,150); }

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

background-color css

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

 a { background-color: rgb(49,66,150); }

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

border-color css

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

 span { border-color: rgb(49,66,150); }

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