Html Css Color HEX #385882 St Tropaz

📋 copy color: '#385882'

red 56 ◦ green 88 ◦ blue 130

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

Shades of St Tropaz #385882

Tints of St Tropaz #385882

RGB

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

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

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

R = 20.44%
G = 32.12%
B = 47.45%

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

#385882 (or 0x385882) is known color: St Tropaz. HEX triplet: 38, 58 and 82. RGB value is (56,88,130). Sum of RGB (Red+Green+Blue) = 56+88+130=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #385882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385882 is #C7A77D. Grayscale: #535353. Windows color (decimal): -13084542 or 8542264. OLE color: 8542264.

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

Color convert

RGB 56 88 130 -
CMYK 0.57 0.32 0 0.49
HSL 214.05º 0.4% 0.36% -
HSV(B) 214.05º 0.57% 0.51% -
XYZ 9.15 9.43 22.46 -
YUV 83.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 56 88 130 0.57 0.32 0 0.49 214.05 0.4 0.36
Hex 38 58 82 39 20 0 31 D6 28 24
Octal 70 130 202 71 40 0 61 326 50 44
Binary 111000 1011000 10000010 111001 100000 0 110001 11010110 101000 100100

Color Harmonies of #385882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385882

Black with #385882

Text Example


Text Example

White with #385882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385882; }

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

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

background-color css

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

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

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

border-color css

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

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

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