Html Css Color HEX #2D459E Tory Blue

📋 copy color: '#2D459E'

red 45 ◦ green 69 ◦ blue 158

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

Shades of Tory Blue #2D459E

Tints of Tory Blue #2D459E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

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

R = 16.54%
G = 25.37%
B = 58.09%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D459E (or 0x2D459E) is known color: Tory Blue. HEX triplet: 2D, 45 and 9E. RGB value is (45,69,158). Sum of RGB (Red+Green+Blue) = 45+69+158=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D459E is #D2BA61. Grayscale: #474747. Windows color (decimal): -13810274 or 10372397. OLE color: 10372397.

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

Color convert

RGB 45 69 158 -
CMYK 0.72 0.56 0 0.38
HSL 227.26º 0.56% 0.4% -
HSV(B) 227.26º 0.72% 0.62% -
XYZ 9.38 7.28 33.26 -
YUV 71.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 45 69 158 0.72 0.56 0 0.38 227.26 0.56 0.4
Hex 2D 45 9E 48 38 0 26 E3 38 28
Octal 55 105 236 110 70 0 46 343 70 50
Binary 101101 1000101 10011110 1001000 111000 0 100110 11100011 111000 101000

Color Harmonies of #2D459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D459E

Black with #2D459E

Text Example


Text Example

White with #2D459E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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