Html Css Color HEX #385582 St Tropaz

📋 copy color: '#385582'

red 56 ◦ green 85 ◦ blue 130

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

Shades of St Tropaz #385582

Tints of St Tropaz #385582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 20.66%
G = 31.37%
B = 47.97%

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

#385582 (or 0x385582) is known color: St Tropaz. HEX triplet: 38, 55 and 82. RGB value is (56,85,130). Sum of RGB (Red+Green+Blue) = 56+85+130=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #385582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385582 is #C7AA7D. Grayscale: #515151. Windows color (decimal): -13085310 or 8541496. OLE color: 8541496.

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

Color convert

RGB 56 85 130 -
CMYK 0.57 0.35 0 0.49
HSL 216.49º 0.4% 0.36% -
HSV(B) 216.49º 0.57% 0.51% -
XYZ 8.91 8.95 22.38 -
YUV 81.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 56 85 130 0.57 0.35 0 0.49 216.49 0.4 0.36
Hex 38 55 82 39 23 0 31 D8 28 24
Octal 70 125 202 71 43 0 61 330 50 44
Binary 111000 1010101 10000010 111001 100011 0 110001 11011000 101000 100100

Color Harmonies of #385582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385582

Black with #385582

Text Example


Text Example

White with #385582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385582; }

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

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

background-color css

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

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

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

border-color css

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

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

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