Html Css Color HEX #355B9B Mariner

📋 copy color: '#355B9B'

red 53 ◦ green 91 ◦ blue 155

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

Shades of Mariner #355B9B

Tints of Mariner #355B9B

RGB

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

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

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

R = 17.73%
G = 30.43%
B = 51.84%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#355B9B (or 0x355B9B) is known color: Mariner. HEX triplet: 35, 5B and 9B. RGB value is (53,91,155). Sum of RGB (Red+Green+Blue) = 53+91+155=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #355B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B9B is #CAA464. Grayscale: #565656. Windows color (decimal): -13280357 or 10181429. OLE color: 10181429.

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

Color convert

RGB 53 91 155 -
CMYK 0.66 0.41 0 0.39
HSL 217.65º 0.49% 0.41% -
HSV(B) 217.65º 0.66% 0.61% -
XYZ 11.13 10.61 32.47 -
YUV 86.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 53 91 155 0.66 0.41 0 0.39 217.65 0.49 0.41
Hex 35 5B 9B 42 29 0 27 DA 31 29
Octal 65 133 233 102 51 0 47 332 61 51
Binary 110101 1011011 10011011 1000010 101001 0 100111 11011010 110001 101001

Color Harmonies of #355B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B9B

Black with #355B9B

Text Example


Text Example

White with #355B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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