Html Css Color HEX #355C9D Mariner

📋 copy color: '#355C9D'

red 53 ◦ green 92 ◦ blue 157

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

Shades of Mariner #355C9D

Tints of Mariner #355C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 17.55%
G = 30.46%
B = 51.99%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#355C9D (or 0x355C9D) is known color: Mariner. HEX triplet: 35, 5C and 9D. RGB value is (53,92,157). Sum of RGB (Red+Green+Blue) = 53+92+157=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #355C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C9D is #CAA362. Grayscale: #575757. Windows color (decimal): -13280099 or 10312757. OLE color: 10312757.

HSL color Cylindrical-coordinate representation of color #355C9D: hue angle of 217.5º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #355C9D is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 92 157 -
CMYK 0.66 0.41 0 0.38
HSL 217.5º 0.5% 0.41% -
HSV(B) 217.5º 0.66% 0.62% -
XYZ 11.38 10.85 33.39 -
YUV 87.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 53 92 157 0.66 0.41 0 0.38 217.5 0.5 0.41
Hex 35 5C 9D 42 29 0 26 DA 32 29
Octal 65 134 235 102 51 0 46 332 62 51
Binary 110101 1011100 10011101 1000010 101001 0 100110 11011010 110010 101001

Color Harmonies of #355C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C9D

Black with #355C9D

Text Example


Text Example

White with #355C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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