Html Css Color HEX #385881 St Tropaz

📋 copy color: '#385881'

red 56 ◦ green 88 ◦ blue 129

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

Shades of St Tropaz #385881

Tints of St Tropaz #385881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 20.51%
G = 32.23%
B = 47.25%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385881 (or 0x385881) is known color: St Tropaz. HEX triplet: 38, 58 and 81. RGB value is (56,88,129). Sum of RGB (Red+Green+Blue) = 56+88+129=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #385881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385881 is #C7A77E. Grayscale: #525252. Windows color (decimal): -13084543 or 8476728. OLE color: 8476728.

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

Color convert

RGB 56 88 129 -
CMYK 0.57 0.32 0 0.49
HSL 213.7º 0.39% 0.36% -
HSV(B) 213.7º 0.57% 0.51% -
XYZ 9.08 9.41 22.11 -
YUV 83.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 56 88 129 0.57 0.32 0 0.49 213.7 0.39 0.36
Hex 38 58 81 39 20 0 31 D6 27 24
Octal 70 130 201 71 40 0 61 326 47 44
Binary 111000 1011000 10000001 111001 100000 0 110001 11010110 100111 100100

Color Harmonies of #385881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385881

Black with #385881

Text Example


Text Example

White with #385881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385881; }

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

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

background-color css

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

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

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

border-color css

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

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

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