Html Css Color HEX #2B489B Tory Blue

📋 copy color: '#2B489B'

red 43 ◦ green 72 ◦ blue 155

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

Shades of Tory Blue #2B489B

Tints of Tory Blue #2B489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 15.93%
G = 26.67%
B = 57.41%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B489B (or 0x2B489B) is known color: Tory Blue. HEX triplet: 2B, 48 and 9B. RGB value is (43,72,155). Sum of RGB (Red+Green+Blue) = 43+72+155=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B489B is #D4B764. Grayscale: #484848. Windows color (decimal): -13940581 or 10176555. OLE color: 10176555.

HSL color Cylindrical-coordinate representation of color #2B489B: hue angle of 224.46º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B489B is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 72 155 -
CMYK 0.72 0.54 0 0.39
HSL 224.46º 0.57% 0.39% -
HSV(B) 224.46º 0.72% 0.61% -
XYZ 9.23 7.51 31.97 -
YUV 72.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 43 72 155 0.72 0.54 0 0.39 224.46 0.57 0.39
Hex 2B 48 9B 48 36 0 27 E0 39 27
Octal 53 110 233 110 66 0 47 340 71 47
Binary 101011 1001000 10011011 1001000 110110 0 100111 11100000 111001 100111

Color Harmonies of #2B489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B489B

Black with #2B489B

Text Example


Text Example

White with #2B489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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