#3042A1

Color #3042A1 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #3042A1

Tints of Tory Blue #3042A1

Color information

#3042A1 (or 0x3042A1) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and A1. RGB value is (48,66,161). Sum of RGB (Red+Green+Blue) = 48+66+161=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #3042A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3042A1 is #CFBD5E. Grayscale: #474747. Windows color (decimal): -13614431 or 10568240. OLE color: 10568240.

HSL color Cylindrical-coordinate representation of color #3042A1: hue angle of 230.44º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3042A1 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4866161-
CMYK0.700.5900.37
HSL230.44º54.07%40.98%-
HSV(B)230.44º70.19%63.14%-
XYZ9.67.134.58-
YUV71.45178.54111.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 161 (63.28% from 255) = 58.55%
R=17.45%
G=24%
B=58.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48661610.700.5900.37230.4454.0740.98
Hex3042A1463B025e63629
Octal60102241106730453466651
Binary1100001000010101000011000110111011010010111100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3042A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3042A1; }

 p { color: rgb(48,66,161); }

 H1.HeaderClassName
 {
   color: #3042A1;
 }
 .AnyTagClassName
 {
   color: #3042A1;
 }
</style>
background-color css

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

 a { background-color: rgb(48,66,161); }

 div.DivClassName
 {
   background-color: #3042A1;
 }
 .BgClassName
 {
   background-color: #3042A1;
 }
</style>
border-color css

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

 span { border-color: rgb(48,66,161); }

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