Html Css Color HEX #2B4898 Tory Blue

📋 copy color: '#2B4898'

red 43 ◦ green 72 ◦ blue 152

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

Shades of Tory Blue #2B4898

Tints of Tory Blue #2B4898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 16.1%
G = 26.97%
B = 56.93%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B4898 (or 0x2B4898) is known color: Tory Blue. HEX triplet: 2B, 48 and 98. RGB value is (43,72,152). Sum of RGB (Red+Green+Blue) = 43+72+152=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B4898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4898 is #D4B767. Grayscale: #484848. Windows color (decimal): -13940584 or 9979947. OLE color: 9979947.

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

Color convert

RGB 43 72 152 -
CMYK 0.72 0.53 0 0.40
HSL 224.04º 0.56% 0.38% -
HSV(B) 224.04º 0.72% 0.6% -
XYZ 8.98 7.42 30.66 -
YUV 72.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 43 72 152 0.72 0.53 0 0.40 224.04 0.56 0.38
Hex 2B 48 98 48 35 0 28 E0 38 26
Octal 53 110 230 110 65 0 50 340 70 46
Binary 101011 1001000 10011000 1001000 110101 0 101000 11100000 111000 100110

Color Harmonies of #2B4898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4898

Black with #2B4898

Text Example


Text Example

White with #2B4898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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