#2B4C9B

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

Shades of Tory Blue #2B4C9B

Tints of Tory Blue #2B4C9B

Color information

#2B4C9B (or 0x2B4C9B) is unknown color: approx Tory Blue. HEX triplet: 2B, 4C and 9B. RGB value is (43,76,155). Sum of RGB (Red+Green+Blue) = 43+76+155=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B4C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4C9B is #D4B364. Grayscale: #4A4A4A. Windows color (decimal): -13939557 or 10177579. OLE color: 10177579.

HSL color Cylindrical-coordinate representation of color #2B4C9B: hue angle of 222.32º 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 #2B4C9B is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4376155-
CMYK0.720.5100.39
HSL222.32º56.57%38.82%-
HSV(B)222.32º72.26%60.78%-
XYZ9.58.0532.06-
YUV75.14173.07105.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=15.69%
G=27.74%
B=56.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43761550.720.5100.39222.3256.5738.82
Hex2B4C9B4833027de3927
Octal53114233110630473367147
Binary1010111001100100110111001000110011010011111011110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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