Html Css Color HEX #385985 St Tropaz

📋 copy color: '#385985'

red 56 ◦ green 89 ◦ blue 133

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

Shades of St Tropaz #385985

Tints of St Tropaz #385985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 20.14%
G = 32.01%
B = 47.84%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#385985 (or 0x385985) is known color: St Tropaz. HEX triplet: 38, 59 and 85. RGB value is (56,89,133). Sum of RGB (Red+Green+Blue) = 56+89+133=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #385985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385985 is #C7A67A. Grayscale: #535353. Windows color (decimal): -13084283 or 8739128. OLE color: 8739128.

HSL color Cylindrical-coordinate representation of color #385985: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385985 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 89 133 -
CMYK 0.58 0.33 0 0.48
HSL 214.29º 0.41% 0.37% -
HSV(B) 214.29º 0.58% 0.52% -
XYZ 9.44 9.68 23.56 -
YUV 84.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 56 89 133 0.58 0.33 0 0.48 214.29 0.41 0.37
Hex 38 59 85 3A 21 0 30 D6 29 25
Octal 70 131 205 72 41 0 60 326 51 45
Binary 111000 1011001 10000101 111010 100001 0 110000 11010110 101001 100101

Color Harmonies of #385985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385985

Black with #385985

Text Example


Text Example

White with #385985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385985; }

 p { color: rgb(56,89,133); }

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

background-color css

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

 a { background-color: rgb(56,89,133); }

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

border-color css

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

 span { border-color: rgb(56,89,133); }

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