Html Css Color HEX #2B449D Tory Blue

📋 copy color: '#2B449D'

red 43 ◦ green 68 ◦ blue 157

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

Shades of Tory Blue #2B449D

Tints of Tory Blue #2B449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.58%

R = 16.04%
G = 25.37%
B = 58.58%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B449D (or 0x2B449D) is known color: Tory Blue. HEX triplet: 2B, 44 and 9D. RGB value is (43,68,157). Sum of RGB (Red+Green+Blue) = 43+68+157=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B449D is #D4BB62. Grayscale: #464646. Windows color (decimal): -13941603 or 10306603. OLE color: 10306603.

HSL color Cylindrical-coordinate representation of color #2B449D: hue angle of 226.84º 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 #2B449D is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 68 157 -
CMYK 0.73 0.57 0 0.38
HSL 226.84º 0.57% 0.39% -
HSV(B) 226.84º 0.73% 0.62% -
XYZ 9.15 7.08 32.78 -
YUV 70.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 43 68 157 0.73 0.57 0 0.38 226.84 0.57 0.39
Hex 2B 44 9D 49 39 0 26 E3 39 27
Octal 53 104 235 111 71 0 46 343 71 47
Binary 101011 1000100 10011101 1001001 111001 0 100110 11100011 111001 100111

Color Harmonies of #2B449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B449D

Black with #2B449D

Text Example


Text Example

White with #2B449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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