Html Css Color HEX #355B9A Mariner

📋 copy color: '#355B9A'

red 53 ◦ green 91 ◦ blue 154

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

Shades of Mariner #355B9A

Tints of Mariner #355B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 17.79%
G = 30.54%
B = 51.68%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#355B9A (or 0x355B9A) is known color: Mariner. HEX triplet: 35, 5B and 9A. RGB value is (53,91,154). Sum of RGB (Red+Green+Blue) = 53+91+154=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #355B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B9A is #CAA465. Grayscale: #565656. Windows color (decimal): -13280358 or 10115893. OLE color: 10115893.

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

Color convert

RGB 53 91 154 -
CMYK 0.66 0.41 0 0.40
HSL 217.43º 0.49% 0.41% -
HSV(B) 217.43º 0.66% 0.6% -
XYZ 11.04 10.57 32.03 -
YUV 86.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 53 91 154 0.66 0.41 0 0.40 217.43 0.49 0.41
Hex 35 5B 9A 42 29 0 28 D9 31 29
Octal 65 133 232 102 51 0 50 331 61 51
Binary 110101 1011011 10011010 1000010 101001 0 101000 11011001 110001 101001

Color Harmonies of #355B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B9A

Black with #355B9A

Text Example


Text Example

White with #355B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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