Html Css Color HEX #3C50AA Mariner

📋 copy color: '#3C50AA'

red 60 ◦ green 80 ◦ blue 170

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

Shades of Mariner #3C50AA

Tints of Mariner #3C50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 19.35%
G = 25.81%
B = 54.84%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C50AA (or 0x3C50AA) is known color: Mariner. HEX triplet: 3C, 50 and AA. RGB value is (60,80,170). Sum of RGB (Red+Green+Blue) = 60+80+170=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C50AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C50AA is #C3AF55. Grayscale: #535353. Windows color (decimal): -12824406 or 11161660. OLE color: 11161660.

HSL color Cylindrical-coordinate representation of color #3C50AA: hue angle of 229.09º 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 #3C50AA is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 80 170 -
CMYK 0.65 0.53 0 0.33
HSL 229.09º 0.48% 0.45% -
HSV(B) 229.09º 0.65% 0.67% -
XYZ 11.99 9.6 39.25 -
YUV 84.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 60 80 170 0.65 0.53 0 0.33 229.09 0.48 0.45
Hex 3C 50 AA 41 35 0 21 E5 30 2D
Octal 74 120 252 101 65 0 41 345 60 55
Binary 111100 1010000 10101010 1000001 110101 0 100001 11100101 110000 101101

Color Harmonies of #3C50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50AA

Black with #3C50AA

Text Example


Text Example

White with #3C50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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