Html Css Color HEX #355C98 Mariner

📋 copy color: '#355C98'

red 53 ◦ green 92 ◦ blue 152

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

Shades of Mariner #355C98

Tints of Mariner #355C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.18%

R = 17.85%
G = 30.98%
B = 51.18%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#355C98 (or 0x355C98) is known color: Mariner. HEX triplet: 35, 5C and 98. RGB value is (53,92,152). Sum of RGB (Red+Green+Blue) = 53+92+152=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #355C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C98 is #CAA367. Grayscale: #565656. Windows color (decimal): -13280104 or 9985077. OLE color: 9985077.

HSL color Cylindrical-coordinate representation of color #355C98: hue angle of 216.36º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355C98 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 92 152 -
CMYK 0.65 0.39 0 0.40
HSL 216.36º 0.48% 0.4% -
HSV(B) 216.36º 0.65% 0.6% -
XYZ 10.96 10.68 31.19 -
YUV 87.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 53 92 152 0.65 0.39 0 0.40 216.36 0.48 0.4
Hex 35 5C 98 41 27 0 28 D8 30 28
Octal 65 134 230 101 47 0 50 330 60 50
Binary 110101 1011100 10011000 1000001 100111 0 101000 11011000 110000 101000

Color Harmonies of #355C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C98

Black with #355C98

Text Example


Text Example

White with #355C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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