Html Css Color HEX #3C6291 Mariner

📋 copy color: '#3C6291'

red 60 ◦ green 98 ◦ blue 145

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

Shades of Mariner #3C6291

Tints of Mariner #3C6291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

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

R = 19.8%
G = 32.34%
B = 47.85%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C6291 (or 0x3C6291) is known color: Mariner. HEX triplet: 3C, 62 and 91. RGB value is (60,98,145). Sum of RGB (Red+Green+Blue) = 60+98+145=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C6291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6291 is #C39D6E. Grayscale: #5B5B5B. Windows color (decimal): -12819823 or 9527868. OLE color: 9527868.

HSL color Cylindrical-coordinate representation of color #3C6291: hue angle of 213.18º 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 #3C6291 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 98 145 -
CMYK 0.59 0.32 0 0.43
HSL 213.18º 0.41% 0.4% -
HSV(B) 213.18º 0.59% 0.57% -
XYZ 11.34 11.74 28.46 -
YUV 92 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 60 98 145 0.59 0.32 0 0.43 213.18 0.41 0.4
Hex 3C 62 91 3B 20 0 2B D5 29 28
Octal 74 142 221 73 40 0 53 325 51 50
Binary 111100 1100010 10010001 111011 100000 0 101011 11010101 101001 101000

Color Harmonies of #3C6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6291

Black with #3C6291

Text Example


Text Example

White with #3C6291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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