Html Css Color HEX #355CAB Mariner

📋 copy color: '#355CAB'

red 53 ◦ green 92 ◦ blue 171

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

Shades of Mariner #355CAB

Tints of Mariner #355CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 16.77%
G = 29.11%
B = 54.11%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#355CAB (or 0x355CAB) is known color: Mariner. HEX triplet: 35, 5C and AB. RGB value is (53,92,171). Sum of RGB (Red+Green+Blue) = 53+92+171=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #355CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355CAB is #CAA354. Grayscale: #585858. Windows color (decimal): -13280085 or 11230261. OLE color: 11230261.

HSL color Cylindrical-coordinate representation of color #355CAB: hue angle of 220.17º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355CAB is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 92 171 -
CMYK 0.69 0.46 0 0.33
HSL 220.17º 0.53% 0.44% -
HSV(B) 220.17º 0.69% 0.67% -
XYZ 12.65 11.35 40.05 -
YUV 89.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 53 92 171 0.69 0.46 0 0.33 220.17 0.53 0.44
Hex 35 5C AB 45 2E 0 21 DC 35 2C
Octal 65 134 253 105 56 0 41 334 65 54
Binary 110101 1011100 10101011 1000101 101110 0 100001 11011100 110101 101100

Color Harmonies of #355CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CAB

Black with #355CAB

Text Example


Text Example

White with #355CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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