Html Css Color HEX #385277 St Tropaz

📋 copy color: '#385277'

red 56 ◦ green 82 ◦ blue 119

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

Shades of St Tropaz #385277

Tints of St Tropaz #385277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 21.79%
G = 31.91%
B = 46.3%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385277 (or 0x385277) is known color: St Tropaz. HEX triplet: 38, 52 and 77. RGB value is (56,82,119). Sum of RGB (Red+Green+Blue) = 56+82+119=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #385277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385277 is #C7AD88. Grayscale: #4E4E4E. Windows color (decimal): -13086089 or 7819832. OLE color: 7819832.

HSL color Cylindrical-coordinate representation of color #385277: hue angle of 215.24º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385277 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 82 119 -
CMYK 0.53 0.31 0 0.53
HSL 215.24º 0.36% 0.34% -
HSV(B) 215.24º 0.53% 0.47% -
XYZ 7.98 8.21 18.62 -
YUV 78.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 56 82 119 0.53 0.31 0 0.53 215.24 0.36 0.34
Hex 38 52 77 35 1F 0 35 D7 24 22
Octal 70 122 167 65 37 0 65 327 44 42
Binary 111000 1010010 1110111 110101 11111 0 110101 11010111 100100 100010

Color Harmonies of #385277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385277

Black with #385277

Text Example


Text Example

White with #385277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385277; }

 p { color: rgb(56,82,119); }

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

background-color css

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

 a { background-color: rgb(56,82,119); }

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

border-color css

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

 span { border-color: rgb(56,82,119); }

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