Html Css Color HEX #355C8A St Tropaz

📋 copy color: '#355C8A'

red 53 ◦ green 92 ◦ blue 138

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

Shades of St Tropaz #355C8A

Tints of St Tropaz #355C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 18.73%
G = 32.51%
B = 48.76%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#355C8A (or 0x355C8A) is known color: St Tropaz. HEX triplet: 35, 5C and 8A. RGB value is (53,92,138). Sum of RGB (Red+Green+Blue) = 53+92+138=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #355C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C8A is #CAA375. Grayscale: #555555. Windows color (decimal): -13280118 or 9067573. OLE color: 9067573.

HSL color Cylindrical-coordinate representation of color #355C8A: hue angle of 212.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355C8A is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 92 138 -
CMYK 0.62 0.33 0 0.46
HSL 212.47º 0.45% 0.37% -
HSV(B) 212.47º 0.62% 0.54% -
XYZ 9.88 10.25 25.5 -
YUV 85.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 53 92 138 0.62 0.33 0 0.46 212.47 0.45 0.37
Hex 35 5C 8A 3E 21 0 2E D4 2D 25
Octal 65 134 212 76 41 0 56 324 55 45
Binary 110101 1011100 10001010 111110 100001 0 101110 11010100 101101 100101

Color Harmonies of #355C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C8A

Black with #355C8A

Text Example


Text Example

White with #355C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355C8A; }

 p { color: rgb(53,92,138); }

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

background-color css

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

 a { background-color: rgb(53,92,138); }

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

border-color css

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

 span { border-color: rgb(53,92,138); }

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