Html Css Color HEX #3C52AA Mariner

📋 copy color: '#3C52AA'

red 60 ◦ green 82 ◦ blue 170

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

Shades of Mariner #3C52AA

Tints of Mariner #3C52AA

RGB

 RED value IS 60 (23.83% from 255) = 19.23%

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

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 19.23%
G = 26.28%
B = 54.49%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C52AA (or 0x3C52AA) is known color: Mariner. HEX triplet: 3C, 52 and AA. RGB value is (60,82,170). Sum of RGB (Red+Green+Blue) = 60+82+170=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C52AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C52AA is #C3AD55. Grayscale: #555555. Windows color (decimal): -12823894 or 11162172. OLE color: 11162172.

HSL color Cylindrical-coordinate representation of color #3C52AA: hue angle of 228º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C52AA is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 82 170 -
CMYK 0.65 0.52 0 0.33
HSL 228º 0.48% 0.45% -
HSV(B) 228º 0.65% 0.67% -
XYZ 12.14 9.9 39.3 -
YUV 85.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 60 82 170 0.65 0.52 0 0.33 228 0.48 0.45
Hex 3C 52 AA 41 34 0 21 E4 30 2D
Octal 74 122 252 101 64 0 41 344 60 55
Binary 111100 1010010 10101010 1000001 110100 0 100001 11100100 110000 101101

Color Harmonies of #3C52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C52AA

Black with #3C52AA

Text Example


Text Example

White with #3C52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C52AA; }

 p { color: rgb(60,82,170); }

 H1.HeaderClassName
 {
   color: #3C52AA;
 }
 .AnyTagClassName
 {
   color: #3C52AA;
 }
</style>

background-color css

<style>
 a { background-color: #3C52AA; }

 a { background-color: rgb(60,82,170); }

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

border-color css

<style>
 span { border-color: #3C52AA; }

 span { border-color: rgb(60,82,170); }

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