Html Css Color HEX #2D489E Tory Blue

📋 copy color: '#2D489E'

red 45 ◦ green 72 ◦ blue 158

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

Shades of Tory Blue #2D489E

Tints of Tory Blue #2D489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 16.36%
G = 26.18%
B = 57.45%

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

#2D489E (or 0x2D489E) is known color: Tory Blue. HEX triplet: 2D, 48 and 9E. RGB value is (45,72,158). Sum of RGB (Red+Green+Blue) = 45+72+158=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D489E is #D2B761. Grayscale: #494949. Windows color (decimal): -13809506 or 10373165. OLE color: 10373165.

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

Color convert

RGB 45 72 158 -
CMYK 0.72 0.54 0 0.38
HSL 225.66º 0.56% 0.4% -
HSV(B) 225.66º 0.72% 0.62% -
XYZ 9.57 7.66 33.32 -
YUV 73.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 45 72 158 0.72 0.54 0 0.38 225.66 0.56 0.4
Hex 2D 48 9E 48 36 0 26 E2 38 28
Octal 55 110 236 110 66 0 46 342 70 50
Binary 101101 1001000 10011110 1001000 110110 0 100110 11100010 111000 101000

Color Harmonies of #2D489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D489E

Black with #2D489E

Text Example


Text Example

White with #2D489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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