Html Css Color HEX #2D4584 Tory Blue

📋 copy color: '#2D4584'

red 45 ◦ green 69 ◦ blue 132

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

Shades of Tory Blue #2D4584

Tints of Tory Blue #2D4584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 18.29%
G = 28.05%
B = 53.66%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D4584 (or 0x2D4584) is known color: Tory Blue. HEX triplet: 2D, 45 and 84. RGB value is (45,69,132). Sum of RGB (Red+Green+Blue) = 45+69+132=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4584 is #D2BA7B. Grayscale: #444444. Windows color (decimal): -13810300 or 8668461. OLE color: 8668461.

HSL color Cylindrical-coordinate representation of color #2D4584: hue angle of 223.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4584 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 69 132 -
CMYK 0.66 0.48 0 0.48
HSL 223.45º 0.49% 0.35% -
HSV(B) 223.45º 0.66% 0.52% -
XYZ 7.38 6.48 22.69 -
YUV 69.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 45 69 132 0.66 0.48 0 0.48 223.45 0.49 0.35
Hex 2D 45 84 42 30 0 30 DF 31 23
Octal 55 105 204 102 60 0 60 337 61 43
Binary 101101 1000101 10000100 1000010 110000 0 110000 11011111 110001 100011

Color Harmonies of #2D4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4584

Black with #2D4584

Text Example


Text Example

White with #2D4584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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