Html Css Color HEX #355A8B St Tropaz

📋 copy color: '#355A8B'

red 53 ◦ green 90 ◦ blue 139

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

Shades of St Tropaz #355A8B

Tints of St Tropaz #355A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 18.79%
G = 31.91%
B = 49.29%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#355A8B (or 0x355A8B) is known color: St Tropaz. HEX triplet: 35, 5A and 8B. RGB value is (53,90,139). Sum of RGB (Red+Green+Blue) = 53+90+139=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #355A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355A8B is #CAA574. Grayscale: #545454. Windows color (decimal): -13280629 or 9132597. OLE color: 9132597.

HSL color Cylindrical-coordinate representation of color #355A8B: hue angle of 214.19º 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 #355A8B is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 90 139 -
CMYK 0.62 0.35 0 0.45
HSL 214.19º 0.45% 0.38% -
HSV(B) 214.19º 0.62% 0.55% -
XYZ 9.78 9.93 25.83 -
YUV 84.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 53 90 139 0.62 0.35 0 0.45 214.19 0.45 0.38
Hex 35 5A 8B 3E 23 0 2D D6 2D 26
Octal 65 132 213 76 43 0 55 326 55 46
Binary 110101 1011010 10001011 111110 100011 0 101101 11010110 101101 100110

Color Harmonies of #355A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A8B

Black with #355A8B

Text Example


Text Example

White with #355A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,90,139); }

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

background-color css

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

 a { background-color: rgb(53,90,139); }

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

border-color css

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

 span { border-color: rgb(53,90,139); }

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