Html Css Color HEX #385884 St Tropaz

📋 copy color: '#385884'

red 56 ◦ green 88 ◦ blue 132

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

Shades of St Tropaz #385884

Tints of St Tropaz #385884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 20.29%
G = 31.88%
B = 47.83%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#385884 (or 0x385884) is known color: St Tropaz. HEX triplet: 38, 58 and 84. RGB value is (56,88,132). Sum of RGB (Red+Green+Blue) = 56+88+132=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #385884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385884 is #C7A77B. Grayscale: #535353. Windows color (decimal): -13084540 or 8673336. OLE color: 8673336.

HSL color Cylindrical-coordinate representation of color #385884: hue angle of 214.74º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385884 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 88 132 -
CMYK 0.58 0.33 0 0.48
HSL 214.74º 0.4% 0.37% -
HSV(B) 214.74º 0.58% 0.52% -
XYZ 9.29 9.49 23.17 -
YUV 83.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 56 88 132 0.58 0.33 0 0.48 214.74 0.4 0.37
Hex 38 58 84 3A 21 0 30 D7 28 25
Octal 70 130 204 72 41 0 60 327 50 45
Binary 111000 1011000 10000100 111010 100001 0 110000 11010111 101000 100101

Color Harmonies of #385884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385884

Black with #385884

Text Example


Text Example

White with #385884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385884; }

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

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

background-color css

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

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

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

border-color css

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

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

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