Html Css Color HEX #314483 Tory Blue

📋 copy color: '#314483'

red 49 ◦ green 68 ◦ blue 131

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

Shades of Tory Blue #314483

Tints of Tory Blue #314483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.82%

R = 19.76%
G = 27.42%
B = 52.82%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#314483 (or 0x314483) is known color: Tory Blue. HEX triplet: 31, 44 and 83. RGB value is (49,68,131). Sum of RGB (Red+Green+Blue) = 49+68+131=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #314483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314483 is #CEBB7C. Grayscale: #454545. Windows color (decimal): -13548413 or 8602673. OLE color: 8602673.

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

Color convert

RGB 49 68 131 -
CMYK 0.63 0.48 0 0.49
HSL 226.1º 0.46% 0.35% -
HSV(B) 226.1º 0.63% 0.51% -
XYZ 7.43 6.43 22.32 -
YUV 69.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 49 68 131 0.63 0.48 0 0.49 226.1 0.46 0.35
Hex 31 44 83 3F 30 0 31 E2 2E 23
Octal 61 104 203 77 60 0 61 342 56 43
Binary 110001 1000100 10000011 111111 110000 0 110001 11100010 101110 100011

Color Harmonies of #314483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314483

Black with #314483

Text Example


Text Example

White with #314483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314483; }

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

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

background-color css

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

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

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

border-color css

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

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

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