Html Css Color HEX #3C6491 Mariner

📋 copy color: '#3C6491'

red 60 ◦ green 100 ◦ blue 145

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

Shades of Mariner #3C6491

Tints of Mariner #3C6491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 145 (57.03% from 255) = 47.54%

R = 19.67%
G = 32.79%
B = 47.54%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C6491 (or 0x3C6491) is known color: Mariner. HEX triplet: 3C, 64 and 91. RGB value is (60,100,145). Sum of RGB (Red+Green+Blue) = 60+100+145=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C6491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6491 is #C39B6E. Grayscale: #5C5C5C. Windows color (decimal): -12819311 or 9528380. OLE color: 9528380.

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

Color convert

RGB 60 100 145 -
CMYK 0.59 0.31 0 0.43
HSL 211.76º 0.41% 0.4% -
HSV(B) 211.76º 0.59% 0.57% -
XYZ 11.53 12.12 28.52 -
YUV 93.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 60 100 145 0.59 0.31 0 0.43 211.76 0.41 0.4
Hex 3C 64 91 3B 1F 0 2B D4 29 28
Octal 74 144 221 73 37 0 53 324 51 50
Binary 111100 1100100 10010001 111011 11111 0 101011 11010100 101001 101000

Color Harmonies of #3C6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6491

Black with #3C6491

Text Example


Text Example

White with #3C6491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,100,145); }

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

background-color css

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

 a { background-color: rgb(60,100,145); }

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

border-color css

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

 span { border-color: rgb(60,100,145); }

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