Html Css Color HEX #314285 Tory Blue

📋 copy color: '#314285'

red 49 ◦ green 66 ◦ blue 133

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

Shades of Tory Blue #314285

Tints of Tory Blue #314285

RGB

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

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

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

R = 19.76%
G = 26.61%
B = 53.63%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#314285 (or 0x314285) is known color: Tory Blue. HEX triplet: 31, 42 and 85. RGB value is (49,66,133). Sum of RGB (Red+Green+Blue) = 49+66+133=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #314285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314285 is #CEBD7A. Grayscale: #444444. Windows color (decimal): -13548923 or 8733233. OLE color: 8733233.

HSL color Cylindrical-coordinate representation of color #314285: hue angle of 227.86º 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 #314285 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 66 133 -
CMYK 0.63 0.50 0 0.48
HSL 227.86º 0.46% 0.36% -
HSV(B) 227.86º 0.63% 0.52% -
XYZ 7.45 6.24 23 -
YUV 68.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 49 66 133 0.63 0.50 0 0.48 227.86 0.46 0.36
Hex 31 42 85 3F 32 0 30 E4 2E 24
Octal 61 102 205 77 62 0 60 344 56 44
Binary 110001 1000010 10000101 111111 110010 0 110000 11100100 101110 100100

Color Harmonies of #314285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314285

Black with #314285

Text Example


Text Example

White with #314285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314285; }

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

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

background-color css

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

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

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

border-color css

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

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

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