Html Css Color HEX #385175 St Tropaz

📋 copy color: '#385175'

red 56 ◦ green 81 ◦ blue 117

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

Shades of St Tropaz #385175

Tints of St Tropaz #385175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 22.05%
G = 31.89%
B = 46.06%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385175 (or 0x385175) is known color: St Tropaz. HEX triplet: 38, 51 and 75. RGB value is (56,81,117). Sum of RGB (Red+Green+Blue) = 56+81+117=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #385175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385175 is #C7AE8A. Grayscale: #4D4D4D. Windows color (decimal): -13086347 or 7688504. OLE color: 7688504.

HSL color Cylindrical-coordinate representation of color #385175: hue angle of 215.41º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385175 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 81 117 -
CMYK 0.52 0.31 0 0.54
HSL 215.41º 0.35% 0.34% -
HSV(B) 215.41º 0.52% 0.46% -
XYZ 7.78 8.01 17.97 -
YUV 77.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 56 81 117 0.52 0.31 0 0.54 215.41 0.35 0.34
Hex 38 51 75 34 1F 0 36 D7 23 22
Octal 70 121 165 64 37 0 66 327 43 42
Binary 111000 1010001 1110101 110100 11111 0 110110 11010111 100011 100010

Color Harmonies of #385175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385175

Black with #385175

Text Example


Text Example

White with #385175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385175; }

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

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

background-color css

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

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

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

border-color css

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

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

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