#2d4695

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

Shades of Tory Blue #2D4695

Tints of Tory Blue #2D4695

Color information

#2D4695 (or 0x2D4695) is unknown color: approx Tory Blue. HEX triplet: 2D, 46 and 95. RGB value is (45,70,149). Sum of RGB (Red+Green+Blue) = 45+70+149=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D4695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4695 is #D2B96A. Grayscale: #474747. Windows color (decimal): -13810027 or 9782829. OLE color: 9782829.

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

Color convert

RGB4570149-
CMYK0.700.5300.42
HSL225.58º53.61%38.04%-
HSV(B)225.58º69.8%58.43%-
XYZ8.77.1129.35-
YUV71.53171.72109.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=17.05%
G=26.52%
B=56.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45701490.700.5300.42225.5853.6138.04
Hex2D4695463502Ae23626
Octal55106225106650523426646
Binary1011011000110100101011000110110101010101011100010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d4695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,70,149); }

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

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

 a { background-color: rgb(45,70,149); }

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

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

 span { border-color: rgb(45,70,149); }

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