Html Css Color HEX #3C5DAE Mariner

📋 copy color: '#3C5DAE'

red 60 ◦ green 93 ◦ blue 174

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

Shades of Mariner #3C5DAE

Tints of Mariner #3C5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.44%

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 18.35%
G = 28.44%
B = 53.21%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C5DAE (or 0x3C5DAE) is known color: Mariner. HEX triplet: 3C, 5D and AE. RGB value is (60,93,174). Sum of RGB (Red+Green+Blue) = 60+93+174=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5DAE is #C3A251. Grayscale: #5C5C5C. Windows color (decimal): -12821074 or 11427132. OLE color: 11427132.

HSL color Cylindrical-coordinate representation of color #3C5DAE: hue angle of 222.63º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C5DAE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 93 174 -
CMYK 0.66 0.47 0 0.32
HSL 222.63º 0.49% 0.46% -
HSV(B) 222.63º 0.66% 0.68% -
XYZ 13.42 11.85 41.62 -
YUV 92.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 60 93 174 0.66 0.47 0 0.32 222.63 0.49 0.46
Hex 3C 5D AE 42 2F 0 20 DF 31 2E
Octal 74 135 256 102 57 0 40 337 61 56
Binary 111100 1011101 10101110 1000010 101111 0 100000 11011111 110001 101110

Color Harmonies of #3C5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5DAE

Black with #3C5DAE

Text Example


Text Example

White with #3C5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,93,174); }

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

background-color css

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

 a { background-color: rgb(60,93,174); }

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

border-color css

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

 span { border-color: rgb(60,93,174); }

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