Html Css Color HEX #39598D St Tropaz

📋 copy color: '#39598D'

red 57 ◦ green 89 ◦ blue 141

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

Shades of St Tropaz #39598D

Tints of St Tropaz #39598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 19.86%
G = 31.01%
B = 49.13%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39598D (or 0x39598D) is known color: St Tropaz. HEX triplet: 39, 59 and 8D. RGB value is (57,89,141). Sum of RGB (Red+Green+Blue) = 57+89+141=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #39598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39598D is #C6A672. Grayscale: #555555. Windows color (decimal): -13018739 or 9263417. OLE color: 9263417.

HSL color Cylindrical-coordinate representation of color #39598D: hue angle of 217.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39598D is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 89 141 -
CMYK 0.60 0.37 0 0.45
HSL 217.14º 0.42% 0.39% -
HSV(B) 217.14º 0.6% 0.55% -
XYZ 10.07 9.94 26.59 -
YUV 85.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 57 89 141 0.60 0.37 0 0.45 217.14 0.42 0.39
Hex 39 59 8D 3C 25 0 2D D9 2A 27
Octal 71 131 215 74 45 0 55 331 52 47
Binary 111001 1011001 10001101 111100 100101 0 101101 11011001 101010 100111

Color Harmonies of #39598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39598D

Black with #39598D

Text Example


Text Example

White with #39598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39598D; }

 p { color: rgb(57,89,141); }

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

background-color css

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

 a { background-color: rgb(57,89,141); }

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

border-color css

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

 span { border-color: rgb(57,89,141); }

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