Html Css Color HEX #2D5784 St Tropaz

📋 copy color: '#2D5784'

red 45 ◦ green 87 ◦ blue 132

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

Shades of St Tropaz #2D5784

Tints of St Tropaz #2D5784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.95%

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

R = 17.05%
G = 32.95%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D5784 (or 0x2D5784) is known color: St Tropaz. HEX triplet: 2D, 57 and 84. RGB value is (45,87,132). Sum of RGB (Red+Green+Blue) = 45+87+132=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D5784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5784 is #D2A87B. Grayscale: #4F4F4F. Windows color (decimal): -13805692 or 8673069. OLE color: 8673069.

HSL color Cylindrical-coordinate representation of color #2D5784: hue angle of 211.03º 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 #2D5784 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 87 132 -
CMYK 0.66 0.34 0 0.48
HSL 211.03º 0.49% 0.35% -
HSV(B) 211.03º 0.66% 0.52% -
XYZ 8.66 9.04 23.12 -
YUV 79.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 45 87 132 0.66 0.34 0 0.48 211.03 0.49 0.35
Hex 2D 57 84 42 22 0 30 D3 31 23
Octal 55 127 204 102 42 0 60 323 61 43
Binary 101101 1010111 10000100 1000010 100010 0 110000 11010011 110001 100011

Color Harmonies of #2D5784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5784

Black with #2D5784

Text Example


Text Example

White with #2D5784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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