Html Css Color HEX #314485 Tory Blue

📋 copy color: '#314485'

red 49 ◦ green 68 ◦ blue 133

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

Shades of Tory Blue #314485

Tints of Tory Blue #314485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 19.6%
G = 27.2%
B = 53.2%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#314485 (or 0x314485) is known color: Tory Blue. HEX triplet: 31, 44 and 85. RGB value is (49,68,133). Sum of RGB (Red+Green+Blue) = 49+68+133=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #314485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314485 is #CEBB7A. Grayscale: #454545. Windows color (decimal): -13548411 or 8733745. OLE color: 8733745.

HSL color Cylindrical-coordinate representation of color #314485: hue angle of 226.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314485 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 68 133 -
CMYK 0.63 0.49 0 0.48
HSL 226.43º 0.46% 0.36% -
HSV(B) 226.43º 0.63% 0.52% -
XYZ 7.57 6.48 23.04 -
YUV 69.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 49 68 133 0.63 0.49 0 0.48 226.43 0.46 0.36
Hex 31 44 85 3F 31 0 30 E2 2E 24
Octal 61 104 205 77 61 0 60 342 56 44
Binary 110001 1000100 10000101 111111 110001 0 110000 11100010 101110 100100

Color Harmonies of #314485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314485

Black with #314485

Text Example


Text Example

White with #314485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314485; }

 p { color: rgb(49,68,133); }

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

background-color css

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

 a { background-color: rgb(49,68,133); }

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

border-color css

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

 span { border-color: rgb(49,68,133); }

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