Html Css Color HEX #3C6AAF Mariner

📋 copy color: '#3C6AAF'

red 60 ◦ green 106 ◦ blue 175

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

Shades of Mariner #3C6AAF

Tints of Mariner #3C6AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.09%

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

R = 17.6%
G = 31.09%
B = 51.32%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C6AAF (or 0x3C6AAF) is known color: Mariner. HEX triplet: 3C, 6A and AF. RGB value is (60,106,175). Sum of RGB (Red+Green+Blue) = 60+106+175=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C6AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6AAF is #C39550. Grayscale: #636363. Windows color (decimal): -12817745 or 11495996. OLE color: 11495996.

HSL color Cylindrical-coordinate representation of color #3C6AAF: hue angle of 216º 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 #3C6AAF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 106 175 -
CMYK 0.66 0.39 0 0.31
HSL 216º 0.49% 0.46% -
HSV(B) 216º 0.66% 0.69% -
XYZ 14.76 14.36 42.55 -
YUV 100.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 60 106 175 0.66 0.39 0 0.31 216 0.49 0.46
Hex 3C 6A AF 42 27 0 1F D8 31 2E
Octal 74 152 257 102 47 0 37 330 61 56
Binary 111100 1101010 10101111 1000010 100111 0 11111 11011000 110001 101110

Color Harmonies of #3C6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6AAF

Black with #3C6AAF

Text Example


Text Example

White with #3C6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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