Html Css Color HEX #385886 St Tropaz

📋 copy color: '#385886'

red 56 ◦ green 88 ◦ blue 134

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

Shades of St Tropaz #385886

Tints of St Tropaz #385886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 20.14%
G = 31.65%
B = 48.2%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385886 (or 0x385886) is known color: St Tropaz. HEX triplet: 38, 58 and 86. RGB value is (56,88,134). Sum of RGB (Red+Green+Blue) = 56+88+134=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #385886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385886 is #C7A779. Grayscale: #535353. Windows color (decimal): -13084538 or 8804408. OLE color: 8804408.

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

Color convert

RGB 56 88 134 -
CMYK 0.58 0.34 0 0.47
HSL 215.38º 0.41% 0.37% -
HSV(B) 215.38º 0.58% 0.53% -
XYZ 9.42 9.54 23.9 -
YUV 83.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 56 88 134 0.58 0.34 0 0.47 215.38 0.41 0.37
Hex 38 58 86 3A 22 0 2F D7 29 25
Octal 70 130 206 72 42 0 57 327 51 45
Binary 111000 1011000 10000110 111010 100010 0 101111 11010111 101001 100101

Color Harmonies of #385886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385886

Black with #385886

Text Example


Text Example

White with #385886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385886; }

 p { color: rgb(56,88,134); }

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

background-color css

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

 a { background-color: rgb(56,88,134); }

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

border-color css

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

 span { border-color: rgb(56,88,134); }

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