Html Css Color HEX #385172 St Tropaz

📋 copy color: '#385172'

red 56 ◦ green 81 ◦ blue 114

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

Shades of St Tropaz #385172

Tints of St Tropaz #385172

RGB

 RED value IS 56 (22.27% from 255) = 22.31%

 GREEN value IS 81 (32.03% from 255) = 32.27%

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 22.31%
G = 32.27%
B = 45.42%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385172 (or 0x385172) is known color: St Tropaz. HEX triplet: 38, 51 and 72. RGB value is (56,81,114). Sum of RGB (Red+Green+Blue) = 56+81+114=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #385172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385172 is #C7AE8D. Grayscale: #4D4D4D. Windows color (decimal): -13086350 or 7491896. OLE color: 7491896.

HSL color Cylindrical-coordinate representation of color #385172: hue angle of 214.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385172 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 81 114 -
CMYK 0.51 0.29 0 0.55
HSL 214.14º 0.34% 0.33% -
HSV(B) 214.14º 0.51% 0.45% -
XYZ 7.61 7.94 17.05 -
YUV 77.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 56 81 114 0.51 0.29 0 0.55 214.14 0.34 0.33
Hex 38 51 72 33 1D 0 37 D6 22 21
Octal 70 121 162 63 35 0 67 326 42 41
Binary 111000 1010001 1110010 110011 11101 0 110111 11010110 100010 100001

Color Harmonies of #385172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385172

Black with #385172

Text Example


Text Example

White with #385172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385172; }

 p { color: rgb(56,81,114); }

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

background-color css

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

 a { background-color: rgb(56,81,114); }

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

border-color css

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

 span { border-color: rgb(56,81,114); }

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