Html Css Color HEX #3552A4 Mariner

📋 copy color: '#3552A4'

red 53 ◦ green 82 ◦ blue 164

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

Shades of Mariner #3552A4

Tints of Mariner #3552A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.85%

R = 17.73%
G = 27.42%
B = 54.85%

CMYK

 C value IS 0.68

 M value IS 0.5

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3552A4 (or 0x3552A4) is known color: Mariner. HEX triplet: 35, 52 and A4. RGB value is (53,82,164). Sum of RGB (Red+Green+Blue) = 53+82+164=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #3552A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3552A4 is #CAAD5B. Grayscale: #525252. Windows color (decimal): -13282652 or 10768949. OLE color: 10768949.

HSL color Cylindrical-coordinate representation of color #3552A4: hue angle of 224.32º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3552A4 is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 82 164 -
CMYK 0.68 0.5 0 0.36
HSL 224.32º 0.51% 0.43% -
HSV(B) 224.32º 0.68% 0.64% -
XYZ 11.19 9.47 36.36 -
YUV 82.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 53 82 164 0.68 0.5 0 0.36 224.32 0.51 0.43
Hex 35 52 A4 44 32 0 24 E0 33 2B
Octal 65 122 244 104 62 0 44 340 63 53
Binary 110101 1010010 10100100 1000100 110010 0 100100 11100000 110011 101011

Color Harmonies of #3552A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3552A4

Black with #3552A4

Text Example


Text Example

White with #3552A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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