#2B4B9D

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

Shades of Tory Blue #2B4B9D

Tints of Tory Blue #2B4B9D

Color information

#2B4B9D (or 0x2B4B9D) is unknown color: approx Tory Blue. HEX triplet: 2B, 4B and 9D. RGB value is (43,75,157). Sum of RGB (Red+Green+Blue) = 43+75+157=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B4B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4B9D is #D4B462. Grayscale: #4A4A4A. Windows color (decimal): -13939811 or 10308395. OLE color: 10308395.

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

Color convert

RGB4375157-
CMYK0.730.5200.38
HSL223.16º57%39.22%-
HSV(B)223.16º72.61%61.57%-
XYZ9.67.9832.93-
YUV74.78174.4105.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.64%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=15.64%
G=27.27%
B=57.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43751570.730.5200.38223.165739.22
Hex2B4B9D4934026df3927
Octal53113235111640463377147
Binary1010111001011100111011001001110100010011011011111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,75,157); }

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

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

 a { background-color: rgb(43,75,157); }

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

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

 span { border-color: rgb(43,75,157); }

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