Html Css Color HEX #3C6899 Mariner

📋 copy color: '#3C6899'

red 60 ◦ green 104 ◦ blue 153

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

Shades of Mariner #3C6899

Tints of Mariner #3C6899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 18.93%
G = 32.81%
B = 48.26%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C6899 (or 0x3C6899) is known color: Mariner. HEX triplet: 3C, 68 and 99. RGB value is (60,104,153). Sum of RGB (Red+Green+Blue) = 60+104+153=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C6899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6899 is #C39766. Grayscale: #606060. Windows color (decimal): -12818279 or 10053692. OLE color: 10053692.

HSL color Cylindrical-coordinate representation of color #3C6899: hue angle of 211.61º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C6899 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 104 153 -
CMYK 0.61 0.32 0 0.4
HSL 211.61º 0.44% 0.42% -
HSV(B) 211.61º 0.61% 0.6% -
XYZ 12.56 13.16 32.02 -
YUV 96.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 60 104 153 0.61 0.32 0 0.4 211.61 0.44 0.42
Hex 3C 68 99 3D 20 0 28 D4 2C 2A
Octal 74 150 231 75 40 0 50 324 54 52
Binary 111100 1101000 10011001 111101 100000 0 101000 11010100 101100 101010

Color Harmonies of #3C6899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6899

Black with #3C6899

Text Example


Text Example

White with #3C6899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,104,153); }

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

background-color css

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

 a { background-color: rgb(60,104,153); }

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

border-color css

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

 span { border-color: rgb(60,104,153); }

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