Html Css Color HEX #2D499E Tory Blue

📋 copy color: '#2D499E'

red 45 ◦ green 73 ◦ blue 158

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

Shades of Tory Blue #2D499E

Tints of Tory Blue #2D499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 16.3%
G = 26.45%
B = 57.25%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D499E (or 0x2D499E) is known color: Tory Blue. HEX triplet: 2D, 49 and 9E. RGB value is (45,73,158). Sum of RGB (Red+Green+Blue) = 45+73+158=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D499E is #D2B661. Grayscale: #494949. Windows color (decimal): -13809250 or 10373421. OLE color: 10373421.

HSL color Cylindrical-coordinate representation of color #2D499E: hue angle of 225.13º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D499E is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 45 73 158 -
CMYK 0.72 0.54 0 0.38
HSL 225.13º 0.56% 0.4% -
HSV(B) 225.13º 0.72% 0.62% -
XYZ 9.64 7.79 33.34 -
YUV 74.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 45 73 158 0.72 0.54 0 0.38 225.13 0.56 0.4
Hex 2D 49 9E 48 36 0 26 E1 38 28
Octal 55 111 236 110 66 0 46 341 70 50
Binary 101101 1001001 10011110 1001000 110110 0 100110 11100001 111000 101000

Color Harmonies of #2D499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D499E

Black with #2D499E

Text Example


Text Example

White with #2D499E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,73,158); }

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

background-color css

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

 a { background-color: rgb(45,73,158); }

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

border-color css

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

 span { border-color: rgb(45,73,158); }

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