Html Css Color HEX #395D8F St Tropaz

📋 copy color: '#395D8F'

red 57 ◦ green 93 ◦ blue 143

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

Shades of St Tropaz #395D8F

Tints of St Tropaz #395D8F

RGB

 RED value IS 57 (22.66% from 255) = 19.45%

 GREEN value IS 93 (36.72% from 255) = 31.74%

 BLUE value IS 143 (56.25% from 255) = 48.81%

R = 19.45%
G = 31.74%
B = 48.81%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#395D8F (or 0x395D8F) is known color: St Tropaz. HEX triplet: 39, 5D and 8F. RGB value is (57,93,143). Sum of RGB (Red+Green+Blue) = 57+93+143=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #395D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D8F is #C6A270. Grayscale: #575757. Windows color (decimal): -13017713 or 9395513. OLE color: 9395513.

HSL color Cylindrical-coordinate representation of color #395D8F: hue angle of 214.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395D8F is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 93 143 -
CMYK 0.60 0.35 0 0.44
HSL 214.88º 0.43% 0.39% -
HSV(B) 214.88º 0.6% 0.56% -
XYZ 10.56 10.68 27.49 -
YUV 87.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 57 93 143 0.60 0.35 0 0.44 214.88 0.43 0.39
Hex 39 5D 8F 3C 23 0 2C D7 2B 27
Octal 71 135 217 74 43 0 54 327 53 47
Binary 111001 1011101 10001111 111100 100011 0 101100 11010111 101011 100111

Color Harmonies of #395D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D8F

Black with #395D8F

Text Example


Text Example

White with #395D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D8F; }

 p { color: rgb(57,93,143); }

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

background-color css

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

 a { background-color: rgb(57,93,143); }

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

border-color css

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

 span { border-color: rgb(57,93,143); }

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