Html Css Color HEX #31509C Tory Blue

📋 copy color: '#31509C'

red 49 ◦ green 80 ◦ blue 156

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

Shades of Tory Blue #31509C

Tints of Tory Blue #31509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 17.19%
G = 28.07%
B = 54.74%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31509C (or 0x31509C) is known color: Tory Blue. HEX triplet: 31, 50 and 9C. RGB value is (49,80,156). Sum of RGB (Red+Green+Blue) = 49+80+156=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #31509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31509C is #CEAF63. Grayscale: #4F4F4F. Windows color (decimal): -13545316 or 10244145. OLE color: 10244145.

HSL color Cylindrical-coordinate representation of color #31509C: hue angle of 222.62º 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 #31509C is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 80 156 -
CMYK 0.69 0.49 0 0.39
HSL 222.62º 0.52% 0.4% -
HSV(B) 222.62º 0.69% 0.61% -
XYZ 10.14 8.79 32.62 -
YUV 79.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 49 80 156 0.69 0.49 0 0.39 222.62 0.52 0.4
Hex 31 50 9C 45 31 0 27 DF 34 28
Octal 61 120 234 105 61 0 47 337 64 50
Binary 110001 1010000 10011100 1000101 110001 0 100111 11011111 110100 101000

Color Harmonies of #31509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31509C

Black with #31509C

Text Example


Text Example

White with #31509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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