Html Css Color HEX #3C5AAF Mariner

📋 copy color: '#3C5AAF'

red 60 ◦ green 90 ◦ blue 175

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

Shades of Mariner #3C5AAF

Tints of Mariner #3C5AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 18.46%
G = 27.69%
B = 53.85%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C5AAF (or 0x3C5AAF) is known color: Mariner. HEX triplet: 3C, 5A and AF. RGB value is (60,90,175). Sum of RGB (Red+Green+Blue) = 60+90+175=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C5AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5AAF is #C3A550. Grayscale: #5A5A5A. Windows color (decimal): -12821841 or 11491900. OLE color: 11491900.

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

Color convert

RGB 60 90 175 -
CMYK 0.66 0.49 0 0.31
HSL 224.35º 0.49% 0.46% -
HSV(B) 224.35º 0.66% 0.69% -
XYZ 13.26 11.37 42.05 -
YUV 90.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 60 90 175 0.66 0.49 0 0.31 224.35 0.49 0.46
Hex 3C 5A AF 42 31 0 1F E0 31 2E
Octal 74 132 257 102 61 0 37 340 61 56
Binary 111100 1011010 10101111 1000010 110001 0 11111 11100000 110001 101110

Color Harmonies of #3C5AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5AAF

Black with #3C5AAF

Text Example


Text Example

White with #3C5AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,90,175); }

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

background-color css

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

 a { background-color: rgb(60,90,175); }

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

border-color css

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

 span { border-color: rgb(60,90,175); }

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