Html Css Color HEX #355B9E Mariner

📋 copy color: '#355B9E'

red 53 ◦ green 91 ◦ blue 158

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

Shades of Mariner #355B9E

Tints of Mariner #355B9E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

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

R = 17.55%
G = 30.13%
B = 52.32%

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

#355B9E (or 0x355B9E) is known color: Mariner. HEX triplet: 35, 5B and 9E. RGB value is (53,91,158). Sum of RGB (Red+Green+Blue) = 53+91+158=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #355B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B9E is #CAA461. Grayscale: #565656. Windows color (decimal): -13280354 or 10378037. OLE color: 10378037.

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

Color convert

RGB 53 91 158 -
CMYK 0.66 0.42 0 0.38
HSL 218.29º 0.5% 0.41% -
HSV(B) 218.29º 0.66% 0.62% -
XYZ 11.38 10.71 33.81 -
YUV 87.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 53 91 158 0.66 0.42 0 0.38 218.29 0.5 0.41
Hex 35 5B 9E 42 2A 0 26 DA 32 29
Octal 65 133 236 102 52 0 46 332 62 51
Binary 110101 1011011 10011110 1000010 101010 0 100110 11011010 110010 101001

Color Harmonies of #355B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B9E

Black with #355B9E

Text Example


Text Example

White with #355B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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