#2d428c

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

Shades of Tory Blue #2D428C

Tints of Tory Blue #2D428C

Color information

#2D428C (or 0x2D428C) is unknown color: approx Tory Blue. HEX triplet: 2D, 42 and 8C. RGB value is (45,66,140). Sum of RGB (Red+Green+Blue) = 45+66+140=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D428C is #D2BD73. Grayscale: #434343. Windows color (decimal): -13811060 or 9191981. OLE color: 9191981.

HSL color Cylindrical-coordinate representation of color #2D428C: hue angle of 226.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D428C is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4566140-
CMYK0.680.5300.45
HSL226.74º51.35%36.27%-
HSV(B)226.74º67.86%54.9%-
XYZ7.766.3525.63-
YUV68.16168.54111.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 140 (55.08% from 255) = 55.78%
R=17.93%
G=26.29%
B=55.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45661400.680.5300.45226.7451.3536.27
Hex2D428C443502De33324
Octal55102214104650553436344
Binary1011011000010100011001000100110101010110111100011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d428c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,66,140); }

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

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

 a { background-color: rgb(45,66,140); }

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

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

 span { border-color: rgb(45,66,140); }

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