Html Css Color HEX #3B567F St Tropaz

📋 copy color: '#3B567F'

red 59 ◦ green 86 ◦ blue 127

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

Shades of St Tropaz #3B567F

Tints of St Tropaz #3B567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 21.69%
G = 31.62%
B = 46.69%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3B567F (or 0x3B567F) is known color: St Tropaz. HEX triplet: 3B, 56 and 7F. RGB value is (59,86,127). Sum of RGB (Red+Green+Blue) = 59+86+127=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B567F is #C4A980. Grayscale: #525252. Windows color (decimal): -12888449 or 8345147. OLE color: 8345147.

HSL color Cylindrical-coordinate representation of color #3B567F: hue angle of 216.18º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B567F is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 86 127 -
CMYK 0.54 0.32 0 0.50
HSL 216.18º 0.37% 0.36% -
HSV(B) 216.18º 0.54% 0.5% -
XYZ 8.96 9.12 21.37 -
YUV 82.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 59 86 127 0.54 0.32 0 0.50 216.18 0.37 0.36
Hex 3B 56 7F 36 20 0 32 D8 25 24
Octal 73 126 177 66 40 0 62 330 45 44
Binary 111011 1010110 1111111 110110 100000 0 110010 11011000 100101 100100

Color Harmonies of #3B567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B567F

Black with #3B567F

Text Example


Text Example

White with #3B567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,86,127); }

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

background-color css

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

 a { background-color: rgb(59,86,127); }

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

border-color css

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

 span { border-color: rgb(59,86,127); }

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