#2B3A98

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

Shades of Tory Blue #2B3A98

Tints of Tory Blue #2B3A98

Color information

#2B3A98 (or 0x2B3A98) is unknown color: approx Tory Blue. HEX triplet: 2B, 3A and 98. RGB value is (43,58,152). Sum of RGB (Red+Green+Blue) = 43+58+152=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B3A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A98 is #D4C567. Grayscale: #3F3F3F. Windows color (decimal): -13944168 or 9976363. OLE color: 9976363.

HSL color Cylindrical-coordinate representation of color #2B3A98: hue angle of 231.74º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B3A98 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4358152-
CMYK0.720.6200.40
HSL231.74º55.9%38.24%-
HSV(B)231.74º71.71%59.61%-
XYZ8.185.8130.4-
YUV64.23177.53112.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 152 (59.77% from 255) = 60.08%
R=17.00%
G=22.92%
B=60.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43581520.720.6200.40231.7455.938.24
Hex2B3A98483E028e83826
Octal5372230110760503507046
Binary101011111010100110001001000111110010100011101000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,152); }

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

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

 a { background-color: rgb(43,58,152); }

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

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

 span { border-color: rgb(43,58,152); }

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