Html Css Color HEX #395B8C St Tropaz

📋 copy color: '#395B8C'

red 57 ◦ green 91 ◦ blue 140

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

Shades of St Tropaz #395B8C

Tints of St Tropaz #395B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 19.79%
G = 31.6%
B = 48.61%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#395B8C (or 0x395B8C) is known color: St Tropaz. HEX triplet: 39, 5B and 8C. RGB value is (57,91,140). Sum of RGB (Red+Green+Blue) = 57+91+140=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #395B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B8C is #C6A473. Grayscale: #565656. Windows color (decimal): -13018228 or 9198393. OLE color: 9198393.

HSL color Cylindrical-coordinate representation of color #395B8C: hue angle of 215.42º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #395B8C is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 91 140 -
CMYK 0.59 0.35 0 0.45
HSL 215.42º 0.42% 0.39% -
HSV(B) 215.42º 0.59% 0.55% -
XYZ 10.16 10.25 26.25 -
YUV 86.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 57 91 140 0.59 0.35 0 0.45 215.42 0.42 0.39
Hex 39 5B 8C 3B 23 0 2D D7 2A 27
Octal 71 133 214 73 43 0 55 327 52 47
Binary 111001 1011011 10001100 111011 100011 0 101101 11010111 101010 100111

Color Harmonies of #395B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B8C

Black with #395B8C

Text Example


Text Example

White with #395B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,91,140); }

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

background-color css

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

 a { background-color: rgb(57,91,140); }

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

border-color css

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

 span { border-color: rgb(57,91,140); }

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