#2B4A98

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

Shades of Tory Blue #2B4A98

Tints of Tory Blue #2B4A98

Color information

#2B4A98 (or 0x2B4A98) is unknown color: approx Tory Blue. HEX triplet: 2B, 4A and 98. RGB value is (43,74,152). Sum of RGB (Red+Green+Blue) = 43+74+152=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B4A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4A98 is #D4B567. Grayscale: #494949. Windows color (decimal): -13940072 or 9980459. OLE color: 9980459.

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

Color convert

RGB4374152-
CMYK0.720.5100.40
HSL222.94º55.9%38.24%-
HSV(B)222.94º71.71%59.61%-
XYZ9.117.6830.71-
YUV73.62172.23106.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=15.99%
G=27.51%
B=56.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43741520.720.5100.40222.9455.938.24
Hex2B4A984833028df3826
Octal53112230110630503377046
Binary1010111001010100110001001000110011010100011011111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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