Html Css Color HEX #314B88 Tory Blue

📋 copy color: '#314B88'

red 49 ◦ green 75 ◦ blue 136

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

Shades of Tory Blue #314B88

Tints of Tory Blue #314B88

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.85%

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 18.85%
G = 28.85%
B = 52.31%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#314B88 (or 0x314B88) is known color: Tory Blue. HEX triplet: 31, 4B and 88. RGB value is (49,75,136). Sum of RGB (Red+Green+Blue) = 49+75+136=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #314B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314B88 is #CEB477. Grayscale: #494949. Windows color (decimal): -13546616 or 8932145. OLE color: 8932145.

HSL color Cylindrical-coordinate representation of color #314B88: hue angle of 222.07º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314B88 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 75 136 -
CMYK 0.64 0.45 0 0.47
HSL 222.07º 0.47% 0.36% -
HSV(B) 222.07º 0.64% 0.53% -
XYZ 8.23 7.46 24.3 -
YUV 74.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 49 75 136 0.64 0.45 0 0.47 222.07 0.47 0.36
Hex 31 4B 88 40 2D 0 2F DE 2F 24
Octal 61 113 210 100 55 0 57 336 57 44
Binary 110001 1001011 10001000 1000000 101101 0 101111 11011110 101111 100100

Color Harmonies of #314B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B88

Black with #314B88

Text Example


Text Example

White with #314B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314B88; }

 p { color: rgb(49,75,136); }

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

background-color css

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

 a { background-color: rgb(49,75,136); }

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

border-color css

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

 span { border-color: rgb(49,75,136); }

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