Html Css Color HEX #35598D St Tropaz

📋 copy color: '#35598D'

red 53 ◦ green 89 ◦ blue 141

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

Shades of St Tropaz #35598D

Tints of St Tropaz #35598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 141 (55.47% from 255) = 49.82%

R = 18.73%
G = 31.45%
B = 49.82%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35598D (or 0x35598D) is known color: St Tropaz. HEX triplet: 35, 59 and 8D. RGB value is (53,89,141). Sum of RGB (Red+Green+Blue) = 53+89+141=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #35598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35598D is #CAA672. Grayscale: #535353. Windows color (decimal): -13280883 or 9263413. OLE color: 9263413.

HSL color Cylindrical-coordinate representation of color #35598D: hue angle of 215.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35598D is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 89 141 -
CMYK 0.62 0.37 0 0.45
HSL 215.45º 0.45% 0.38% -
HSV(B) 215.45º 0.62% 0.55% -
XYZ 9.85 9.82 26.58 -
YUV 84.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 53 89 141 0.62 0.37 0 0.45 215.45 0.45 0.38
Hex 35 59 8D 3E 25 0 2D D7 2D 26
Octal 65 131 215 76 45 0 55 327 55 46
Binary 110101 1011001 10001101 111110 100101 0 101101 11010111 101101 100110

Color Harmonies of #35598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35598D

Black with #35598D

Text Example


Text Example

White with #35598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35598D; }

 p { color: rgb(53,89,141); }

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

background-color css

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

 a { background-color: rgb(53,89,141); }

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

border-color css

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

 span { border-color: rgb(53,89,141); }

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