Html Css Color HEX #2B449A Tory Blue

📋 copy color: '#2B449A'

red 43 ◦ green 68 ◦ blue 154

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

Shades of Tory Blue #2B449A

Tints of Tory Blue #2B449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

 BLUE value IS 154 (60.55% from 255) = 58.11%

R = 16.23%
G = 25.66%
B = 58.11%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B449A (or 0x2B449A) is known color: Tory Blue. HEX triplet: 2B, 44 and 9A. RGB value is (43,68,154). Sum of RGB (Red+Green+Blue) = 43+68+154=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B449A is #D4BB65. Grayscale: #454545. Windows color (decimal): -13941606 or 10109995. OLE color: 10109995.

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

Color convert

RGB 43 68 154 -
CMYK 0.72 0.56 0 0.40
HSL 226.49º 0.56% 0.39% -
HSV(B) 226.49º 0.72% 0.6% -
XYZ 8.9 6.98 31.45 -
YUV 70.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 43 68 154 0.72 0.56 0 0.40 226.49 0.56 0.39
Hex 2B 44 9A 48 38 0 28 E2 38 27
Octal 53 104 232 110 70 0 50 342 70 47
Binary 101011 1000100 10011010 1001000 111000 0 101000 11100010 111000 100111

Color Harmonies of #2B449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B449A

Black with #2B449A

Text Example


Text Example

White with #2B449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,68,154); }

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

background-color css

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

 a { background-color: rgb(43,68,154); }

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

border-color css

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

 span { border-color: rgb(43,68,154); }

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