Html Css Color HEX #385880 St Tropaz

📋 copy color: '#385880'

red 56 ◦ green 88 ◦ blue 128

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

Shades of St Tropaz #385880

Tints of St Tropaz #385880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.06%

R = 20.59%
G = 32.35%
B = 47.06%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385880 (or 0x385880) is known color: St Tropaz. HEX triplet: 38, 58 and 80. RGB value is (56,88,128). Sum of RGB (Red+Green+Blue) = 56+88+128=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #385880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385880 is #C7A77F. Grayscale: #525252. Windows color (decimal): -13084544 or 8411192. OLE color: 8411192.

HSL color Cylindrical-coordinate representation of color #385880: hue angle of 213.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385880 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 88 128 -
CMYK 0.56 0.31 0 0.50
HSL 213.33º 0.39% 0.36% -
HSV(B) 213.33º 0.56% 0.5% -
XYZ 9.02 9.38 21.76 -
YUV 82.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 56 88 128 0.56 0.31 0 0.50 213.33 0.39 0.36
Hex 38 58 80 38 1F 0 32 D5 27 24
Octal 70 130 200 70 37 0 62 325 47 44
Binary 111000 1011000 10000000 111000 11111 0 110010 11010101 100111 100100

Color Harmonies of #385880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385880

Black with #385880

Text Example


Text Example

White with #385880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385880; }

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

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

background-color css

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

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

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

border-color css

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

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

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