Html Css Color HEX #355885 St Tropaz

📋 copy color: '#355885'

red 53 ◦ green 88 ◦ blue 133

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

Shades of St Tropaz #355885

Tints of St Tropaz #355885

RGB

 RED value IS 53 (21.09% from 255) = 19.34%

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 133 (52.34% from 255) = 48.54%

R = 19.34%
G = 32.12%
B = 48.54%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#355885 (or 0x355885) is known color: St Tropaz. HEX triplet: 35, 58 and 85. RGB value is (53,88,133). Sum of RGB (Red+Green+Blue) = 53+88+133=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #355885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355885 is #CAA77A. Grayscale: #525252. Windows color (decimal): -13281147 or 8738869. OLE color: 8738869.

HSL color Cylindrical-coordinate representation of color #355885: hue angle of 213.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355885 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 88 133 -
CMYK 0.60 0.34 0 0.48
HSL 213.75º 0.43% 0.36% -
HSV(B) 213.75º 0.6% 0.52% -
XYZ 9.19 9.43 23.53 -
YUV 82.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 53 88 133 0.60 0.34 0 0.48 213.75 0.43 0.36
Hex 35 58 85 3C 22 0 30 D6 2B 24
Octal 65 130 205 74 42 0 60 326 53 44
Binary 110101 1011000 10000101 111100 100010 0 110000 11010110 101011 100100

Color Harmonies of #355885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355885

Black with #355885

Text Example


Text Example

White with #355885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355885; }

 p { color: rgb(53,88,133); }

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

background-color css

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

 a { background-color: rgb(53,88,133); }

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

border-color css

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

 span { border-color: rgb(53,88,133); }

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