Html Css Color HEX #395A87 St Tropaz

📋 copy color: '#395A87'

red 57 ◦ green 90 ◦ blue 135

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

Shades of St Tropaz #395A87

Tints of St Tropaz #395A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 20.21%
G = 31.91%
B = 47.87%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395A87 (or 0x395A87) is known color: St Tropaz. HEX triplet: 39, 5A and 87. RGB value is (57,90,135). Sum of RGB (Red+Green+Blue) = 57+90+135=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #395A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A87 is #C6A578. Grayscale: #555555. Windows color (decimal): -13018489 or 8870457. OLE color: 8870457.

HSL color Cylindrical-coordinate representation of color #395A87: hue angle of 214.62º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395A87 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 90 135 -
CMYK 0.58 0.33 0 0.47
HSL 214.62º 0.41% 0.38% -
HSV(B) 214.62º 0.58% 0.53% -
XYZ 9.72 9.93 24.33 -
YUV 85.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 57 90 135 0.58 0.33 0 0.47 214.62 0.41 0.38
Hex 39 5A 87 3A 21 0 2F D7 29 26
Octal 71 132 207 72 41 0 57 327 51 46
Binary 111001 1011010 10000111 111010 100001 0 101111 11010111 101001 100110

Color Harmonies of #395A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A87

Black with #395A87

Text Example


Text Example

White with #395A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,135); }

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

background-color css

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

 a { background-color: rgb(57,90,135); }

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

border-color css

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

 span { border-color: rgb(57,90,135); }

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