#2A4385

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

Shades of Tory Blue #2A4385

Tints of Tory Blue #2A4385

Color information

#2A4385 (or 0x2A4385) is unknown color: approx Tory Blue. HEX triplet: 2A, 43 and 85. RGB value is (42,67,133). Sum of RGB (Red+Green+Blue) = 42+67+133=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A4385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4385 is #D5BC7A. Grayscale: #424242. Windows color (decimal): -14007419 or 8733482. OLE color: 8733482.

HSL color Cylindrical-coordinate representation of color #2A4385: hue angle of 223.52º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A4385 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4267133-
CMYK0.680.5000.48
HSL223.52º52%34.31%-
HSV(B)223.52º68.42%52.16%-
XYZ7.26.223.01-
YUV67.05165.22110.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.36%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=17.36%
G=27.69%
B=54.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42671330.680.5000.48223.525234.31
Hex2A43854432030e03422
Octal52103205104620603406442
Binary1010101000011100001011000100110010011000011100000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,133); }

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

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

 a { background-color: rgb(42,67,133); }

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

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

 span { border-color: rgb(42,67,133); }

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