Html Css Color HEX #3C5CAA Mariner

📋 copy color: '#3C5CAA'

red 60 ◦ green 92 ◦ blue 170

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

Shades of Mariner #3C5CAA

Tints of Mariner #3C5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

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

R = 18.63%
G = 28.57%
B = 52.8%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C5CAA (or 0x3C5CAA) is known color: Mariner. HEX triplet: 3C, 5C and AA. RGB value is (60,92,170). Sum of RGB (Red+Green+Blue) = 60+92+170=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C5CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5CAA is #C3A355. Grayscale: #5A5A5A. Windows color (decimal): -12821334 or 11164732. OLE color: 11164732.

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

Color convert

RGB 60 92 170 -
CMYK 0.65 0.46 0 0.33
HSL 222.55º 0.48% 0.45% -
HSV(B) 222.55º 0.65% 0.67% -
XYZ 12.95 11.52 39.57 -
YUV 91.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 60 92 170 0.65 0.46 0 0.33 222.55 0.48 0.45
Hex 3C 5C AA 41 2E 0 21 DF 30 2D
Octal 74 134 252 101 56 0 41 337 60 55
Binary 111100 1011100 10101010 1000001 101110 0 100001 11011111 110000 101101

Color Harmonies of #3C5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5CAA

Black with #3C5CAA

Text Example


Text Example

White with #3C5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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