Html Css Color HEX #3C53AA Mariner

📋 copy color: '#3C53AA'

red 60 ◦ green 83 ◦ blue 170

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

Shades of Mariner #3C53AA

Tints of Mariner #3C53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 19.17%
G = 26.52%
B = 54.31%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C53AA (or 0x3C53AA) is known color: Mariner. HEX triplet: 3C, 53 and AA. RGB value is (60,83,170). Sum of RGB (Red+Green+Blue) = 60+83+170=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C53AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C53AA is #C3AC55. Grayscale: #555555. Windows color (decimal): -12823638 or 11162428. OLE color: 11162428.

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

Color convert

RGB 60 83 170 -
CMYK 0.65 0.51 0 0.33
HSL 227.45º 0.48% 0.45% -
HSV(B) 227.45º 0.65% 0.67% -
XYZ 12.21 10.05 39.33 -
YUV 86.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 60 83 170 0.65 0.51 0 0.33 227.45 0.48 0.45
Hex 3C 53 AA 41 33 0 21 E3 30 2D
Octal 74 123 252 101 63 0 41 343 60 55
Binary 111100 1010011 10101010 1000001 110011 0 100001 11100011 110000 101101

Color Harmonies of #3C53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C53AA

Black with #3C53AA

Text Example


Text Example

White with #3C53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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