Html Css Color HEX #314598 Tory Blue

📋 copy color: '#314598'

red 49 ◦ green 69 ◦ blue 152

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

Shades of Tory Blue #314598

Tints of Tory Blue #314598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 18.15%
G = 25.56%
B = 56.3%

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

#314598 (or 0x314598) is known color: Tory Blue. HEX triplet: 31, 45 and 98. RGB value is (49,69,152). Sum of RGB (Red+Green+Blue) = 49+69+152=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #314598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314598 is #CEBA67. Grayscale: #484848. Windows color (decimal): -13548136 or 9979185. OLE color: 9979185.

HSL color Cylindrical-coordinate representation of color #314598: hue angle of 228.35º 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 #314598 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 69 152 -
CMYK 0.68 0.55 0 0.40
HSL 228.35º 0.51% 0.39% -
HSV(B) 228.35º 0.68% 0.6% -
XYZ 9.06 7.18 30.61 -
YUV 72.48 172.87 111.25 -
System Red Green Blue C M Y K H S L
Decimal 49 69 152 0.68 0.55 0 0.40 228.35 0.51 0.39
Hex 31 45 98 44 37 0 28 E4 33 27
Octal 61 105 230 104 67 0 50 344 63 47
Binary 110001 1000101 10011000 1000100 110111 0 101000 11100100 110011 100111

Color Harmonies of #314598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314598

Black with #314598

Text Example


Text Example

White with #314598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314598; }

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

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

background-color css

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

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

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

border-color css

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

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

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