Html Css Color HEX #355E9B Mariner

📋 copy color: '#355E9B'

red 53 ◦ green 94 ◦ blue 155

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

Shades of Mariner #355E9B

Tints of Mariner #355E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 17.55%
G = 31.13%
B = 51.32%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#355E9B (or 0x355E9B) is known color: Mariner. HEX triplet: 35, 5E and 9B. RGB value is (53,94,155). Sum of RGB (Red+Green+Blue) = 53+94+155=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #355E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E9B is #CAA164. Grayscale: #585858. Windows color (decimal): -13279589 or 10182197. OLE color: 10182197.

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

Color convert

RGB 53 94 155 -
CMYK 0.66 0.39 0 0.39
HSL 215.88º 0.49% 0.41% -
HSV(B) 215.88º 0.66% 0.61% -
XYZ 11.39 11.13 32.56 -
YUV 88.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 53 94 155 0.66 0.39 0 0.39 215.88 0.49 0.41
Hex 35 5E 9B 42 27 0 27 D8 31 29
Octal 65 136 233 102 47 0 47 330 61 51
Binary 110101 1011110 10011011 1000010 100111 0 100111 11011000 110001 101001

Color Harmonies of #355E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E9B

Black with #355E9B

Text Example


Text Example

White with #355E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,94,155); }

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

background-color css

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

 a { background-color: rgb(53,94,155); }

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

border-color css

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

 span { border-color: rgb(53,94,155); }

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