#2B429B

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

Shades of Tory Blue #2B429B

Tints of Tory Blue #2B429B

Color information

#2B429B (or 0x2B429B) is unknown color: approx Tory Blue. HEX triplet: 2B, 42 and 9B. RGB value is (43,66,155). Sum of RGB (Red+Green+Blue) = 43+66+155=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B429B is #D4BD64. Grayscale: #444444. Windows color (decimal): -13942117 or 10175019. OLE color: 10175019.

HSL color Cylindrical-coordinate representation of color #2B429B: hue angle of 227.68º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B429B is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4366155-
CMYK0.720.5700.39
HSL227.68º56.57%38.82%-
HSV(B)227.68º72.26%60.78%-
XYZ8.866.7831.85-
YUV69.27176.38109.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=16.29%
G=25%
B=58.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43661550.720.5700.39227.6856.5738.82
Hex2B429B4839027e43927
Octal53102233110710473447147
Binary1010111000010100110111001000111001010011111100100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,155); }

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

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

 a { background-color: rgb(43,66,155); }

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

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

 span { border-color: rgb(43,66,155); }

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