Html Css Color HEX #33557E St Tropaz

📋 copy color: '#33557E'

red 51 ◦ green 85 ◦ blue 126

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

Shades of St Tropaz #33557E

Tints of St Tropaz #33557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

 BLUE value IS 126 (49.61% from 255) = 48.09%

R = 19.47%
G = 32.44%
B = 48.09%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33557E (or 0x33557E) is known color: St Tropaz. HEX triplet: 33, 55 and 7E. RGB value is (51,85,126). Sum of RGB (Red+Green+Blue) = 51+85+126=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #33557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33557E is #CCAA81. Grayscale: #4F4F4F. Windows color (decimal): -13412994 or 8279347. OLE color: 8279347.

HSL color Cylindrical-coordinate representation of color #33557E: hue angle of 212.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33557E is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 85 126 -
CMYK 0.60 0.33 0 0.51
HSL 212.8º 0.42% 0.35% -
HSV(B) 212.8º 0.6% 0.49% -
XYZ 8.38 8.71 20.98 -
YUV 79.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 51 85 126 0.60 0.33 0 0.51 212.8 0.42 0.35
Hex 33 55 7E 3C 21 0 33 D5 2A 23
Octal 63 125 176 74 41 0 63 325 52 43
Binary 110011 1010101 1111110 111100 100001 0 110011 11010101 101010 100011

Color Harmonies of #33557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33557E

Black with #33557E

Text Example


Text Example

White with #33557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33557E; }

 p { color: rgb(51,85,126); }

 H1.HeaderClassName
 {
   color: #33557E;
 }
 .AnyTagClassName
 {
   color: #33557E;
 }
</style>

background-color css

<style>
 a { background-color: #33557E; }

 a { background-color: rgb(51,85,126); }

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

border-color css

<style>
 span { border-color: #33557E; }

 span { border-color: rgb(51,85,126); }

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