Html Css Color HEX #2D5193 Tory Blue

📋 copy color: '#2D5193'

red 45 ◦ green 81 ◦ blue 147

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

Shades of Tory Blue #2D5193

Tints of Tory Blue #2D5193

RGB

 RED value IS 45 (17.97% from 255) = 16.48%

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 16.48%
G = 29.67%
B = 53.85%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D5193 (or 0x2D5193) is known color: Tory Blue. HEX triplet: 2D, 51 and 93. RGB value is (45,81,147). Sum of RGB (Red+Green+Blue) = 45+81+147=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D5193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5193 is #D2AE6C. Grayscale: #4D4D4D. Windows color (decimal): -13807213 or 9654573. OLE color: 9654573.

HSL color Cylindrical-coordinate representation of color #2D5193: hue angle of 218.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D5193 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 81 147 -
CMYK 0.69 0.45 0 0.42
HSL 218.82º 0.53% 0.38% -
HSV(B) 218.82º 0.69% 0.58% -
XYZ 9.29 8.55 28.76 -
YUV 77.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 45 81 147 0.69 0.45 0 0.42 218.82 0.53 0.38
Hex 2D 51 93 45 2D 0 2A DB 35 26
Octal 55 121 223 105 55 0 52 333 65 46
Binary 101101 1010001 10010011 1000101 101101 0 101010 11011011 110101 100110

Color Harmonies of #2D5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5193

Black with #2D5193

Text Example


Text Example

White with #2D5193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,81,147); }

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

background-color css

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

 a { background-color: rgb(45,81,147); }

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

border-color css

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

 span { border-color: rgb(45,81,147); }

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