Html Css Color HEX #3B567C St Tropaz

📋 copy color: '#3B567C'

red 59 ◦ green 86 ◦ blue 124

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

Shades of St Tropaz #3B567C

Tints of St Tropaz #3B567C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 21.93%
G = 31.97%
B = 46.1%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B567C (or 0x3B567C) is known color: St Tropaz. HEX triplet: 3B, 56 and 7C. RGB value is (59,86,124). Sum of RGB (Red+Green+Blue) = 59+86+124=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B567C is #C4A983. Grayscale: #525252. Windows color (decimal): -12888452 or 8148539. OLE color: 8148539.

HSL color Cylindrical-coordinate representation of color #3B567C: hue angle of 215.08º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B567C is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 86 124 -
CMYK 0.52 0.31 0 0.51
HSL 215.08º 0.36% 0.36% -
HSV(B) 215.08º 0.52% 0.49% -
XYZ 8.77 9.04 20.35 -
YUV 82.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 59 86 124 0.52 0.31 0 0.51 215.08 0.36 0.36
Hex 3B 56 7C 34 1F 0 33 D7 24 24
Octal 73 126 174 64 37 0 63 327 44 44
Binary 111011 1010110 1111100 110100 11111 0 110011 11010111 100100 100100

Color Harmonies of #3B567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B567C

Black with #3B567C

Text Example


Text Example

White with #3B567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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