Html Css Color HEX #33537B St Tropaz

📋 copy color: '#33537B'

red 51 ◦ green 83 ◦ blue 123

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

Shades of St Tropaz #33537B

Tints of St Tropaz #33537B

RGB

 RED value IS 51 (20.31% from 255) = 19.84%

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 19.84%
G = 32.3%
B = 47.86%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33537B (or 0x33537B) is known color: St Tropaz. HEX triplet: 33, 53 and 7B. RGB value is (51,83,123). Sum of RGB (Red+Green+Blue) = 51+83+123=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #33537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33537B is #CCAC84. Grayscale: #4D4D4D. Windows color (decimal): -13413509 or 8082227. OLE color: 8082227.

HSL color Cylindrical-coordinate representation of color #33537B: hue angle of 213.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33537B is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 83 123 -
CMYK 0.59 0.33 0 0.52
HSL 213.33º 0.41% 0.34% -
HSV(B) 213.33º 0.59% 0.48% -
XYZ 8.03 8.32 19.92 -
YUV 77.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 51 83 123 0.59 0.33 0 0.52 213.33 0.41 0.34
Hex 33 53 7B 3B 21 0 34 D5 29 22
Octal 63 123 173 73 41 0 64 325 51 42
Binary 110011 1010011 1111011 111011 100001 0 110100 11010101 101001 100010

Color Harmonies of #33537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33537B

Black with #33537B

Text Example


Text Example

White with #33537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33537B; }

 p { color: rgb(51,83,123); }

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

background-color css

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

 a { background-color: rgb(51,83,123); }

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

border-color css

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

 span { border-color: rgb(51,83,123); }

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