Html Css Color HEX #314498 Tory Blue

📋 copy color: '#314498'

red 49 ◦ green 68 ◦ blue 152

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

Shades of Tory Blue #314498

Tints of Tory Blue #314498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 18.22%
G = 25.28%
B = 56.51%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#314498 (or 0x314498) is known color: Tory Blue. HEX triplet: 31, 44 and 98. RGB value is (49,68,152). Sum of RGB (Red+Green+Blue) = 49+68+152=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #314498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314498 is #CEBB67. Grayscale: #474747. Windows color (decimal): -13548392 or 9978929. OLE color: 9978929.

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

Color convert

RGB 49 68 152 -
CMYK 0.68 0.55 0 0.40
HSL 228.93º 0.51% 0.39% -
HSV(B) 228.93º 0.68% 0.6% -
XYZ 9 7.05 30.59 -
YUV 71.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 49 68 152 0.68 0.55 0 0.40 228.93 0.51 0.39
Hex 31 44 98 44 37 0 28 E5 33 27
Octal 61 104 230 104 67 0 50 345 63 47
Binary 110001 1000100 10011000 1000100 110111 0 101000 11100101 110011 100111

Color Harmonies of #314498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314498

Black with #314498

Text Example


Text Example

White with #314498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314498; }

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

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

background-color css

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

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

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

border-color css

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

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

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