Html Css Color HEX #3552A1 Mariner

📋 copy color: '#3552A1'

red 53 ◦ green 82 ◦ blue 161

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

Shades of Mariner #3552A1

Tints of Mariner #3552A1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 161 (63.28% from 255) = 54.39%

R = 17.91%
G = 27.7%
B = 54.39%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3552A1 (or 0x3552A1) is known color: Mariner. HEX triplet: 35, 52 and A1. RGB value is (53,82,161). Sum of RGB (Red+Green+Blue) = 53+82+161=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 161 (63.28% from 255 or 54.39% from 296); Max value from RGB is 161 - color contains mainly: blue. Hex color #3552A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3552A1 is #CAAD5E. Grayscale: #515151. Windows color (decimal): -13282655 or 10572341. OLE color: 10572341.

HSL color Cylindrical-coordinate representation of color #3552A1: hue angle of 223.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3552A1 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 82 161 -
CMYK 0.67 0.49 0 0.37
HSL 223.89º 0.5% 0.42% -
HSV(B) 223.89º 0.67% 0.63% -
XYZ 10.92 9.36 34.95 -
YUV 82.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 53 82 161 0.67 0.49 0 0.37 223.89 0.5 0.42
Hex 35 52 A1 43 31 0 25 E0 32 2A
Octal 65 122 241 103 61 0 45 340 62 52
Binary 110101 1010010 10100001 1000011 110001 0 100101 11100000 110010 101010

Color Harmonies of #3552A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3552A1

Black with #3552A1

Text Example


Text Example

White with #3552A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3552A1; }

 p { color: rgb(53,82,161); }

 H1.HeaderClassName
 {
   color: #3552A1;
 }
 .AnyTagClassName
 {
   color: #3552A1;
 }
</style>

background-color css

<style>
 a { background-color: #3552A1; }

 a { background-color: rgb(53,82,161); }

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

border-color css

<style>
 span { border-color: #3552A1; }

 span { border-color: rgb(53,82,161); }

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