Html Css Color HEX #2B4995 Tory Blue

📋 copy color: '#2B4995'

red 43 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #2B4995

Tints of Tory Blue #2B4995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 16.23%
G = 27.55%
B = 56.23%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B4995 (or 0x2B4995) is known color: Tory Blue. HEX triplet: 2B, 49 and 95. RGB value is (43,73,149). Sum of RGB (Red+Green+Blue) = 43+73+149=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B4995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4995 is #D4B66A. Grayscale: #484848. Windows color (decimal): -13940331 or 9783595. OLE color: 9783595.

HSL color Cylindrical-coordinate representation of color #2B4995: hue angle of 223.02º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B4995 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 73 149 -
CMYK 0.71 0.51 0 0.42
HSL 223.02º 0.55% 0.38% -
HSV(B) 223.02º 0.71% 0.58% -
XYZ 8.8 7.45 29.41 -
YUV 72.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 43 73 149 0.71 0.51 0 0.42 223.02 0.55 0.38
Hex 2B 49 95 47 33 0 2A DF 37 26
Octal 53 111 225 107 63 0 52 337 67 46
Binary 101011 1001001 10010101 1000111 110011 0 101010 11011111 110111 100110

Color Harmonies of #2B4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4995

Black with #2B4995

Text Example


Text Example

White with #2B4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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