Html Css Color HEX #395277 St Tropaz

📋 copy color: '#395277'

red 57 ◦ green 82 ◦ blue 119

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

Shades of St Tropaz #395277

Tints of St Tropaz #395277

RGB

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

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

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

R = 22.09%
G = 31.78%
B = 46.12%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395277 (or 0x395277) is known color: St Tropaz. HEX triplet: 39, 52 and 77. RGB value is (57,82,119). Sum of RGB (Red+Green+Blue) = 57+82+119=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #395277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395277 is #C6AD88. Grayscale: #4E4E4E. Windows color (decimal): -13020553 or 7819833. OLE color: 7819833.

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

Color convert

RGB 57 82 119 -
CMYK 0.52 0.31 0 0.53
HSL 215.81º 0.35% 0.35% -
HSV(B) 215.81º 0.52% 0.47% -
XYZ 8.03 8.24 18.62 -
YUV 78.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 57 82 119 0.52 0.31 0 0.53 215.81 0.35 0.35
Hex 39 52 77 34 1F 0 35 D8 23 23
Octal 71 122 167 64 37 0 65 330 43 43
Binary 111001 1010010 1110111 110100 11111 0 110101 11011000 100011 100011

Color Harmonies of #395277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395277

Black with #395277

Text Example


Text Example

White with #395277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395277; }

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

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

background-color css

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

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

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

border-color css

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

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

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