Html Css Color HEX #395882 St Tropaz

📋 copy color: '#395882'

red 57 ◦ green 88 ◦ blue 130

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

Shades of St Tropaz #395882

Tints of St Tropaz #395882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 20.73%
G = 32%
B = 47.27%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395882 (or 0x395882) is known color: St Tropaz. HEX triplet: 39, 58 and 82. RGB value is (57,88,130). Sum of RGB (Red+Green+Blue) = 57+88+130=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #395882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395882 is #C6A77D. Grayscale: #535353. Windows color (decimal): -13019006 or 8542265. OLE color: 8542265.

HSL color Cylindrical-coordinate representation of color #395882: hue angle of 214.52º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395882 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 88 130 -
CMYK 0.56 0.32 0 0.49
HSL 214.52º 0.39% 0.37% -
HSV(B) 214.52º 0.56% 0.51% -
XYZ 9.21 9.46 22.46 -
YUV 83.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 57 88 130 0.56 0.32 0 0.49 214.52 0.39 0.37
Hex 39 58 82 38 20 0 31 D7 27 25
Octal 71 130 202 70 40 0 61 327 47 45
Binary 111001 1011000 10000010 111000 100000 0 110001 11010111 100111 100101

Color Harmonies of #395882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395882

Black with #395882

Text Example


Text Example

White with #395882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395882; }

 p { color: rgb(57,88,130); }

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

background-color css

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

 a { background-color: rgb(57,88,130); }

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

border-color css

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

 span { border-color: rgb(57,88,130); }

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