Html Css Color HEX #3B5F8D St Tropaz

📋 copy color: '#3B5F8D'

red 59 ◦ green 95 ◦ blue 141

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

Shades of St Tropaz #3B5F8D

Tints of St Tropaz #3B5F8D

RGB

 RED value IS 59 (23.44% from 255) = 20%

 GREEN value IS 95 (37.5% from 255) = 32.2%

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

R = 20%
G = 32.2%
B = 47.8%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B5F8D (or 0x3B5F8D) is known color: St Tropaz. HEX triplet: 3B, 5F and 8D. RGB value is (59,95,141). Sum of RGB (Red+Green+Blue) = 59+95+141=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B5F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5F8D is #C4A072. Grayscale: #595959. Windows color (decimal): -12886131 or 9264955. OLE color: 9264955.

HSL color Cylindrical-coordinate representation of color #3B5F8D: hue angle of 213.66º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B5F8D is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 95 141 -
CMYK 0.58 0.33 0 0.45
HSL 213.66º 0.41% 0.39% -
HSV(B) 213.66º 0.58% 0.55% -
XYZ 10.7 11.04 26.77 -
YUV 89.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 59 95 141 0.58 0.33 0 0.45 213.66 0.41 0.39
Hex 3B 5F 8D 3A 21 0 2D D6 29 27
Octal 73 137 215 72 41 0 55 326 51 47
Binary 111011 1011111 10001101 111010 100001 0 101101 11010110 101001 100111

Color Harmonies of #3B5F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5F8D

Black with #3B5F8D

Text Example


Text Example

White with #3B5F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5F8D; }

 p { color: rgb(59,95,141); }

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

background-color css

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

 a { background-color: rgb(59,95,141); }

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

border-color css

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

 span { border-color: rgb(59,95,141); }

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