Html Css Color HEX #385375 St Tropaz

📋 copy color: '#385375'

red 56 ◦ green 83 ◦ blue 117

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

Shades of St Tropaz #385375

Tints of St Tropaz #385375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

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

R = 21.88%
G = 32.42%
B = 45.7%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385375 (or 0x385375) is known color: St Tropaz. HEX triplet: 38, 53 and 75. RGB value is (56,83,117). Sum of RGB (Red+Green+Blue) = 56+83+117=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #385375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385375 is #C7AC8A. Grayscale: #4E4E4E. Windows color (decimal): -13085835 or 7689016. OLE color: 7689016.

HSL color Cylindrical-coordinate representation of color #385375: hue angle of 213.44º 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 #385375 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 83 117 -
CMYK 0.52 0.29 0 0.54
HSL 213.44º 0.35% 0.34% -
HSV(B) 213.44º 0.52% 0.46% -
XYZ 7.94 8.31 18.02 -
YUV 78.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 56 83 117 0.52 0.29 0 0.54 213.44 0.35 0.34
Hex 38 53 75 34 1D 0 36 D5 23 22
Octal 70 123 165 64 35 0 66 325 43 42
Binary 111000 1010011 1110101 110100 11101 0 110110 11010101 100011 100010

Color Harmonies of #385375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385375

Black with #385375

Text Example


Text Example

White with #385375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385375; }

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

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

background-color css

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

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

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

border-color css

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

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

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