Html Css Color HEX #314C9C Tory Blue

📋 copy color: '#314C9C'

red 49 ◦ green 76 ◦ blue 156

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

Shades of Tory Blue #314C9C

Tints of Tory Blue #314C9C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

 BLUE value IS 156 (61.33% from 255) = 55.52%

R = 17.44%
G = 27.05%
B = 55.52%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#314C9C (or 0x314C9C) is known color: Tory Blue. HEX triplet: 31, 4C and 9C. RGB value is (49,76,156). Sum of RGB (Red+Green+Blue) = 49+76+156=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #314C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C9C is #CEB363. Grayscale: #4C4C4C. Windows color (decimal): -13546340 or 10243121. OLE color: 10243121.

HSL color Cylindrical-coordinate representation of color #314C9C: hue angle of 224.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314C9C is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 76 156 -
CMYK 0.69 0.51 0 0.39
HSL 224.86º 0.52% 0.4% -
HSV(B) 224.86º 0.69% 0.61% -
XYZ 9.85 8.22 32.52 -
YUV 77.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 49 76 156 0.69 0.51 0 0.39 224.86 0.52 0.4
Hex 31 4C 9C 45 33 0 27 E1 34 28
Octal 61 114 234 105 63 0 47 341 64 50
Binary 110001 1001100 10011100 1000101 110011 0 100111 11100001 110100 101000

Color Harmonies of #314C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C9C

Black with #314C9C

Text Example


Text Example

White with #314C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,76,156); }

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

background-color css

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

 a { background-color: rgb(49,76,156); }

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

border-color css

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

 span { border-color: rgb(49,76,156); }

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