Html Css Color HEX #3C659E Mariner

📋 copy color: '#3C659E'

red 60 ◦ green 101 ◦ blue 158

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

Shades of Mariner #3C659E

Tints of Mariner #3C659E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 18.81%
G = 31.66%
B = 49.53%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C659E (or 0x3C659E) is known color: Mariner. HEX triplet: 3C, 65 and 9E. RGB value is (60,101,158). Sum of RGB (Red+Green+Blue) = 60+101+158=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C659E is #C39A61. Grayscale: #5E5E5E. Windows color (decimal): -12819042 or 10380604. OLE color: 10380604.

HSL color Cylindrical-coordinate representation of color #3C659E: hue angle of 214.9º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C659E is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 101 158 -
CMYK 0.62 0.36 0 0.38
HSL 214.9º 0.45% 0.43% -
HSV(B) 214.9º 0.62% 0.62% -
XYZ 12.69 12.74 34.14 -
YUV 95.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 60 101 158 0.62 0.36 0 0.38 214.9 0.45 0.43
Hex 3C 65 9E 3E 24 0 26 D7 2D 2B
Octal 74 145 236 76 44 0 46 327 55 53
Binary 111100 1100101 10011110 111110 100100 0 100110 11010111 101101 101011

Color Harmonies of #3C659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C659E

Black with #3C659E

Text Example


Text Example

White with #3C659E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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