Html Css Color HEX #2B3D91 Tory Blue

📋 copy color: '#2B3D91'

red 43 ◦ green 61 ◦ blue 145

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

Shades of Tory Blue #2B3D91

Tints of Tory Blue #2B3D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 17.27%
G = 24.5%
B = 58.23%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B3D91 (or 0x2B3D91) is known color: Tory Blue. HEX triplet: 2B, 3D and 91. RGB value is (43,61,145). Sum of RGB (Red+Green+Blue) = 43+61+145=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B3D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3D91 is #D4C26E. Grayscale: #404040. Windows color (decimal): -13943407 or 9518379. OLE color: 9518379.

HSL color Cylindrical-coordinate representation of color #2B3D91: hue angle of 229.41º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3D91 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 61 145 -
CMYK 0.70 0.58 0 0.43
HSL 229.41º 0.54% 0.37% -
HSV(B) 229.41º 0.7% 0.57% -
XYZ 7.78 5.9 27.52 -
YUV 65.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 43 61 145 0.70 0.58 0 0.43 229.41 0.54 0.37
Hex 2B 3D 91 46 3A 0 2B E5 36 25
Octal 53 75 221 106 72 0 53 345 66 45
Binary 101011 111101 10010001 1000110 111010 0 101011 11100101 110110 100101

Color Harmonies of #2B3D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3D91

Black with #2B3D91

Text Example


Text Example

White with #2B3D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,61,145); }

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

background-color css

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

 a { background-color: rgb(43,61,145); }

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

border-color css

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

 span { border-color: rgb(43,61,145); }

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