#2d3a96

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

Shades of Tory Blue #2D3A96

Tints of Tory Blue #2D3A96

Color information

#2D3A96 (or 0x2D3A96) is unknown color: approx Tory Blue. HEX triplet: 2D, 3A and 96. RGB value is (45,58,150). Sum of RGB (Red+Green+Blue) = 45+58+150=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D3A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3A96 is #D2C569. Grayscale: #404040. Windows color (decimal): -13813098 or 9845293. OLE color: 9845293.

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

Color convert

RGB4558150-
CMYK0.700.6100.41
HSL232.57º53.85%38.24%-
HSV(B)232.57º70%58.82%-
XYZ8.15.7929.54-
YUV64.6176.19114.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=17.79%
G=22.92%
B=59.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45581500.700.6100.41232.5753.8538.24
Hex2D3A96463D029e93626
Octal5572226106750513516646
Binary101101111010100101101000110111101010100111101001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d3a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2d3a96; }

 p { color: rgb(45,58,150); }

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

<style>
 a { background-color: #2d3a96; }

 a { background-color: rgb(45,58,150); }

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

<style>
 span { border-color: #2d3a96; }

 span { border-color: rgb(45,58,150); }

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