Html Css Color HEX #385583 St Tropaz

📋 copy color: '#385583'

red 56 ◦ green 85 ◦ blue 131

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

Shades of St Tropaz #385583

Tints of St Tropaz #385583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 131 (51.56% from 255) = 48.16%

R = 20.59%
G = 31.25%
B = 48.16%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385583 (or 0x385583) is known color: St Tropaz. HEX triplet: 38, 55 and 83. RGB value is (56,85,131). Sum of RGB (Red+Green+Blue) = 56+85+131=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #385583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385583 is #C7AA7C. Grayscale: #515151. Windows color (decimal): -13085309 or 8607032. OLE color: 8607032.

HSL color Cylindrical-coordinate representation of color #385583: hue angle of 216.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385583 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 85 131 -
CMYK 0.57 0.35 0 0.49
HSL 216.8º 0.4% 0.37% -
HSV(B) 216.8º 0.57% 0.51% -
XYZ 8.98 8.98 22.73 -
YUV 81.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 56 85 131 0.57 0.35 0 0.49 216.8 0.4 0.37
Hex 38 55 83 39 23 0 31 D9 28 25
Octal 70 125 203 71 43 0 61 331 50 45
Binary 111000 1010101 10000011 111001 100011 0 110001 11011001 101000 100101

Color Harmonies of #385583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385583

Black with #385583

Text Example


Text Example

White with #385583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385583; }

 p { color: rgb(56,85,131); }

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

background-color css

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

 a { background-color: rgb(56,85,131); }

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

border-color css

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

 span { border-color: rgb(56,85,131); }

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