Html Css Color HEX #3C6593 Mariner

📋 copy color: '#3C6593'

red 60 ◦ green 101 ◦ blue 147

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

Shades of Mariner #3C6593

Tints of Mariner #3C6593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 19.48%
G = 32.79%
B = 47.73%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C6593 (or 0x3C6593) is known color: Mariner. HEX triplet: 3C, 65 and 93. RGB value is (60,101,147). Sum of RGB (Red+Green+Blue) = 60+101+147=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C6593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6593 is #C39A6C. Grayscale: #5D5D5D. Windows color (decimal): -12819053 or 9659708. OLE color: 9659708.

HSL color Cylindrical-coordinate representation of color #3C6593: hue angle of 211.72º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6593 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 101 147 -
CMYK 0.59 0.31 0 0.42
HSL 211.72º 0.42% 0.41% -
HSV(B) 211.72º 0.59% 0.58% -
XYZ 11.78 12.37 29.37 -
YUV 93.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 60 101 147 0.59 0.31 0 0.42 211.72 0.42 0.41
Hex 3C 65 93 3B 1F 0 2A D4 2A 29
Octal 74 145 223 73 37 0 52 324 52 51
Binary 111100 1100101 10010011 111011 11111 0 101010 11010100 101010 101001

Color Harmonies of #3C6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6593

Black with #3C6593

Text Example


Text Example

White with #3C6593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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