Html Css Color HEX #2B4992 Tory Blue

📋 copy color: '#2B4992'

red 43 ◦ green 73 ◦ blue 146

#2B4992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #2B4992

Tints of Tory Blue #2B4992

RGB

 RED value IS 43 (17.19% from 255) = 16.41%

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 16.41%
G = 27.86%
B = 55.73%

CMYK

 C value IS 0.71

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B4992 (or 0x2B4992) is known color: Tory Blue. HEX triplet: 2B, 49 and 92. RGB value is (43,73,146). Sum of RGB (Red+Green+Blue) = 43+73+146=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B4992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4992 is #D4B66D. Grayscale: #484848. Windows color (decimal): -13940334 or 9586987. OLE color: 9586987.

HSL color Cylindrical-coordinate representation of color #2B4992: hue angle of 222.52º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B4992 is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 73 146 -
CMYK 0.71 0.5 0 0.43
HSL 222.52º 0.54% 0.37% -
HSV(B) 222.52º 0.71% 0.57% -
XYZ 8.57 7.35 28.16 -
YUV 72.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 43 73 146 0.71 0.5 0 0.43 222.52 0.54 0.37
Hex 2B 49 92 47 32 0 2B DF 36 25
Octal 53 111 222 107 62 0 53 337 66 45
Binary 101011 1001001 10010010 1000111 110010 0 101011 11011111 110110 100101

Color Harmonies of #2B4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4992

Black with #2B4992

Text Example


Text Example

White with #2B4992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,73,146); }

 H1.HeaderClassName
 {
   color: #2B4992;
 }
 .AnyTagClassName
 {
   color: #2B4992;
 }
</style>

background-color css

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

 a { background-color: rgb(43,73,146); }

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

border-color css

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

 span { border-color: rgb(43,73,146); }

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