#2D4898

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

Shades of Tory Blue #2D4898

Tints of Tory Blue #2D4898

Color information

#2D4898 (or 0x2D4898) is unknown color: approx Tory Blue. HEX triplet: 2D, 48 and 98. RGB value is (45,72,152). Sum of RGB (Red+Green+Blue) = 45+72+152=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #2D4898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4898 is #D2B767. Grayscale: #484848. Windows color (decimal): -13809512 or 9979949. OLE color: 9979949.

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

Color convert

RGB4572152-
CMYK0.700.5300.40
HSL224.86º54.31%38.63%-
HSV(B)224.86º70.39%59.61%-
XYZ9.077.4630.67-
YUV73.05172.55108-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.73%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=16.73%
G=26.77%
B=56.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45721520.700.5300.40224.8654.3138.63
Hex2D48984635028e13627
Octal55110230106650503416647
Binary1011011001000100110001000110110101010100011100001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,72,152); }

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

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

 a { background-color: rgb(45,72,152); }

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

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

 span { border-color: rgb(45,72,152); }

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