#2B3F8A

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

Shades of Tory Blue #2B3F8A

Tints of Tory Blue #2B3F8A

Color information

#2B3F8A (or 0x2B3F8A) is unknown color: approx Tory Blue. HEX triplet: 2B, 3F and 8A. RGB value is (43,63,138). Sum of RGB (Red+Green+Blue) = 43+63+138=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B3F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3F8A is #D4C075. Grayscale: #414141. Windows color (decimal): -13942902 or 9060139. OLE color: 9060139.

HSL color Cylindrical-coordinate representation of color #2B3F8A: hue angle of 227.37º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B3F8A is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4363138-
CMYK0.690.5400.46
HSL227.37º52.49%35.49%-
HSV(B)227.37º68.84%54.12%-
XYZ7.365.924.8-
YUV65.57168.87111.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 63 (25% from 255) = 25.82%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=17.62%
G=25.82%
B=56.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43631380.690.5400.46227.3752.4935.49
Hex2B3F8A453602Ee33423
Octal5377212105660563436443
Binary101011111111100010101000101110110010111011100011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,63,138); }

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

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

 a { background-color: rgb(43,63,138); }

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

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

 span { border-color: rgb(43,63,138); }

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