Html Css Color HEX #2D5194 Tory Blue

📋 copy color: '#2D5194'

red 45 ◦ green 81 ◦ blue 148

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

Shades of Tory Blue #2D5194

Tints of Tory Blue #2D5194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 16.42%
G = 29.56%
B = 54.01%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D5194 (or 0x2D5194) is known color: Tory Blue. HEX triplet: 2D, 51 and 94. RGB value is (45,81,148). Sum of RGB (Red+Green+Blue) = 45+81+148=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D5194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5194 is #D2AE6B. Grayscale: #4D4D4D. Windows color (decimal): -13807212 or 9720109. OLE color: 9720109.

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

Color convert

RGB 45 81 148 -
CMYK 0.70 0.45 0 0.42
HSL 219.03º 0.53% 0.38% -
HSV(B) 219.03º 0.7% 0.58% -
XYZ 9.37 8.58 29.18 -
YUV 77.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 45 81 148 0.70 0.45 0 0.42 219.03 0.53 0.38
Hex 2D 51 94 46 2D 0 2A DB 35 26
Octal 55 121 224 106 55 0 52 333 65 46
Binary 101101 1010001 10010100 1000110 101101 0 101010 11011011 110101 100110

Color Harmonies of #2D5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5194

Black with #2D5194

Text Example


Text Example

White with #2D5194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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