Html Css Color HEX #355C9E Mariner

📋 copy color: '#355C9E'

red 53 ◦ green 92 ◦ blue 158

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

Shades of Mariner #355C9E

Tints of Mariner #355C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.15%

R = 17.49%
G = 30.36%
B = 52.15%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#355C9E (or 0x355C9E) is known color: Mariner. HEX triplet: 35, 5C and 9E. RGB value is (53,92,158). Sum of RGB (Red+Green+Blue) = 53+92+158=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #355C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C9E is #CAA361. Grayscale: #575757. Windows color (decimal): -13280098 or 10378293. OLE color: 10378293.

HSL color Cylindrical-coordinate representation of color #355C9E: hue angle of 217.71º 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 #355C9E is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 92 158 -
CMYK 0.66 0.42 0 0.38
HSL 217.71º 0.5% 0.41% -
HSV(B) 217.71º 0.66% 0.62% -
XYZ 11.47 10.88 33.84 -
YUV 87.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 53 92 158 0.66 0.42 0 0.38 217.71 0.5 0.41
Hex 35 5C 9E 42 2A 0 26 DA 32 29
Octal 65 134 236 102 52 0 46 332 62 51
Binary 110101 1011100 10011110 1000010 101010 0 100110 11011010 110010 101001

Color Harmonies of #355C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C9E

Black with #355C9E

Text Example


Text Example

White with #355C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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