Html Css Color HEX #3C5CAC Mariner

📋 copy color: '#3C5CAC'

red 60 ◦ green 92 ◦ blue 172

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

Shades of Mariner #3C5CAC

Tints of Mariner #3C5CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.09%

R = 18.52%
G = 28.4%
B = 53.09%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C5CAC (or 0x3C5CAC) is known color: Mariner. HEX triplet: 3C, 5C and AC. RGB value is (60,92,172). Sum of RGB (Red+Green+Blue) = 60+92+172=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C5CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5CAC is #C3A353. Grayscale: #5B5B5B. Windows color (decimal): -12821332 or 11295804. OLE color: 11295804.

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

Color convert

RGB 60 92 172 -
CMYK 0.65 0.47 0 0.33
HSL 222.86º 0.48% 0.45% -
HSV(B) 222.86º 0.65% 0.67% -
XYZ 13.14 11.59 40.58 -
YUV 91.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 60 92 172 0.65 0.47 0 0.33 222.86 0.48 0.45
Hex 3C 5C AC 41 2F 0 21 DF 30 2D
Octal 74 134 254 101 57 0 41 337 60 55
Binary 111100 1011100 10101100 1000001 101111 0 100001 11011111 110000 101101

Color Harmonies of #3C5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5CAC

Black with #3C5CAC

Text Example


Text Example

White with #3C5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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