#3043A3

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

Shades of Tory Blue #3043A3

Tints of Tory Blue #3043A3

Color information

#3043A3 (or 0x3043A3) is unknown color: approx Tory Blue. HEX triplet: 30, 43 and A3. RGB value is (48,67,163). Sum of RGB (Red+Green+Blue) = 48+67+163=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #3043A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3043A3 is #CFBC5C. Grayscale: #474747. Windows color (decimal): -13614173 or 10699568. OLE color: 10699568.

HSL color Cylindrical-coordinate representation of color #3043A3: hue angle of 230.09º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3043A3 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4867163-
CMYK0.710.5900.36
HSL230.09º54.5%41.37%-
HSV(B)230.09º70.55%63.92%-
XYZ9.847.2935.54-
YUV72.26179.21110.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 163 (64.06% from 255) = 58.63%
R=17.27%
G=24.10%
B=58.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48671630.710.5900.36230.0954.541.37
Hex3043A3473B024e63729
Octal60103243107730443466751
Binary1100001000011101000111000111111011010010011100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3043A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3043A3; }

 p { color: rgb(48,67,163); }

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

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

 a { background-color: rgb(48,67,163); }

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

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

 span { border-color: rgb(48,67,163); }

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