Html Css Color HEX #2D5489 St Tropaz

📋 copy color: '#2D5489'

red 45 ◦ green 84 ◦ blue 137

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

Shades of St Tropaz #2D5489

Tints of St Tropaz #2D5489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 16.92%
G = 31.58%
B = 51.5%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D5489 (or 0x2D5489) is known color: St Tropaz. HEX triplet: 2D, 54 and 89. RGB value is (45,84,137). Sum of RGB (Red+Green+Blue) = 45+84+137=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D5489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5489 is #D2AB76. Grayscale: #4E4E4E. Windows color (decimal): -13806455 or 8999981. OLE color: 8999981.

HSL color Cylindrical-coordinate representation of color #2D5489: hue angle of 214.57º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D5489 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 84 137 -
CMYK 0.67 0.39 0 0.46
HSL 214.57º 0.51% 0.36% -
HSV(B) 214.57º 0.67% 0.54% -
XYZ 8.77 8.7 24.88 -
YUV 78.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 45 84 137 0.67 0.39 0 0.46 214.57 0.51 0.36
Hex 2D 54 89 43 27 0 2E D7 33 24
Octal 55 124 211 103 47 0 56 327 63 44
Binary 101101 1010100 10001001 1000011 100111 0 101110 11010111 110011 100100

Color Harmonies of #2D5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5489

Black with #2D5489

Text Example


Text Example

White with #2D5489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,84,137); }

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

background-color css

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

 a { background-color: rgb(45,84,137); }

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

border-color css

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

 span { border-color: rgb(45,84,137); }

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