Html Css Color HEX #385682 St Tropaz

📋 copy color: '#385682'

red 56 ◦ green 86 ◦ blue 130

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

Shades of St Tropaz #385682

Tints of St Tropaz #385682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 20.59%
G = 31.62%
B = 47.79%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385682 (or 0x385682) is known color: St Tropaz. HEX triplet: 38, 56 and 82. RGB value is (56,86,130). Sum of RGB (Red+Green+Blue) = 56+86+130=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #385682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385682 is #C7A97D. Grayscale: #515151. Windows color (decimal): -13085054 or 8541752. OLE color: 8541752.

HSL color Cylindrical-coordinate representation of color #385682: hue angle of 215.68º 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 #385682 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 86 130 -
CMYK 0.57 0.34 0 0.49
HSL 215.68º 0.4% 0.36% -
HSV(B) 215.68º 0.57% 0.51% -
XYZ 8.99 9.11 22.4 -
YUV 82.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 56 86 130 0.57 0.34 0 0.49 215.68 0.4 0.36
Hex 38 56 82 39 22 0 31 D8 28 24
Octal 70 126 202 71 42 0 61 330 50 44
Binary 111000 1010110 10000010 111001 100010 0 110001 11011000 101000 100100

Color Harmonies of #385682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385682

Black with #385682

Text Example


Text Example

White with #385682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385682; }

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

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

background-color css

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

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

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

border-color css

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

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

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