Html Css Color HEX #3C6599 Mariner

📋 copy color: '#3C6599'

red 60 ◦ green 101 ◦ blue 153

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

Shades of Mariner #3C6599

Tints of Mariner #3C6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 19.11%
G = 32.17%
B = 48.73%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C6599 (or 0x3C6599) is known color: Mariner. HEX triplet: 3C, 65 and 99. RGB value is (60,101,153). Sum of RGB (Red+Green+Blue) = 60+101+153=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6599 is #C39A66. Grayscale: #5E5E5E. Windows color (decimal): -12819047 or 10052924. OLE color: 10052924.

HSL color Cylindrical-coordinate representation of color #3C6599: hue angle of 213.55º 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 #3C6599 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 101 153 -
CMYK 0.61 0.34 0 0.4
HSL 213.55º 0.44% 0.42% -
HSV(B) 213.55º 0.61% 0.6% -
XYZ 12.27 12.57 31.92 -
YUV 94.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 60 101 153 0.61 0.34 0 0.4 213.55 0.44 0.42
Hex 3C 65 99 3D 22 0 28 D6 2C 2A
Octal 74 145 231 75 42 0 50 326 54 52
Binary 111100 1100101 10011001 111101 100010 0 101000 11010110 101100 101010

Color Harmonies of #3C6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6599

Black with #3C6599

Text Example


Text Example

White with #3C6599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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