Html Css Color HEX #2B489E Tory Blue

📋 copy color: '#2B489E'

red 43 ◦ green 72 ◦ blue 158

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

Shades of Tory Blue #2B489E

Tints of Tory Blue #2B489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 57.88%

R = 15.75%
G = 26.37%
B = 57.88%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B489E (or 0x2B489E) is known color: Tory Blue. HEX triplet: 2B, 48 and 9E. RGB value is (43,72,158). Sum of RGB (Red+Green+Blue) = 43+72+158=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B489E is #D4B761. Grayscale: #484848. Windows color (decimal): -13940578 or 10373163. OLE color: 10373163.

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

Color convert

RGB 43 72 158 -
CMYK 0.73 0.54 0 0.38
HSL 224.87º 0.57% 0.39% -
HSV(B) 224.87º 0.73% 0.62% -
XYZ 9.49 7.62 33.32 -
YUV 73.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 43 72 158 0.73 0.54 0 0.38 224.87 0.57 0.39
Hex 2B 48 9E 49 36 0 26 E1 39 27
Octal 53 110 236 111 66 0 46 341 71 47
Binary 101011 1001000 10011110 1001001 110110 0 100110 11100001 111001 100111

Color Harmonies of #2B489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B489E

Black with #2B489E

Text Example


Text Example

White with #2B489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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