Html Css Color HEX #3C5EAC Mariner

📋 copy color: '#3C5EAC'

red 60 ◦ green 94 ◦ blue 172

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

Shades of Mariner #3C5EAC

Tints of Mariner #3C5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 18.4%
G = 28.83%
B = 52.76%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C5EAC (or 0x3C5EAC) is known color: Mariner. HEX triplet: 3C, 5E and AC. RGB value is (60,94,172). Sum of RGB (Red+Green+Blue) = 60+94+172=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5EAC is #C3A153. Grayscale: #5C5C5C. Windows color (decimal): -12820820 or 11296316. OLE color: 11296316.

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

Color convert

RGB 60 94 172 -
CMYK 0.65 0.45 0 0.33
HSL 221.79º 0.48% 0.45% -
HSV(B) 221.79º 0.65% 0.67% -
XYZ 13.31 11.94 40.63 -
YUV 92.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 60 94 172 0.65 0.45 0 0.33 221.79 0.48 0.45
Hex 3C 5E AC 41 2D 0 21 DE 30 2D
Octal 74 136 254 101 55 0 41 336 60 55
Binary 111100 1011110 10101100 1000001 101101 0 100001 11011110 110000 101101

Color Harmonies of #3C5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5EAC

Black with #3C5EAC

Text Example


Text Example

White with #3C5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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