Html Css Color HEX #3C6795 Mariner

📋 copy color: '#3C6795'

red 60 ◦ green 103 ◦ blue 149

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

Shades of Mariner #3C6795

Tints of Mariner #3C6795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 19.23%
G = 33.01%
B = 47.76%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C6795 (or 0x3C6795) is known color: Mariner. HEX triplet: 3C, 67 and 95. RGB value is (60,103,149). Sum of RGB (Red+Green+Blue) = 60+103+149=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C6795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6795 is #C3986A. Grayscale: #5F5F5F. Windows color (decimal): -12818539 or 9791292. OLE color: 9791292.

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

Color convert

RGB 60 103 149 -
CMYK 0.60 0.31 0 0.42
HSL 211.01º 0.43% 0.41% -
HSV(B) 211.01º 0.6% 0.58% -
XYZ 12.14 12.83 30.27 -
YUV 95.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 60 103 149 0.60 0.31 0 0.42 211.01 0.43 0.41
Hex 3C 67 95 3C 1F 0 2A D3 2B 29
Octal 74 147 225 74 37 0 52 323 53 51
Binary 111100 1100111 10010101 111100 11111 0 101010 11010011 101011 101001

Color Harmonies of #3C6795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6795

Black with #3C6795

Text Example


Text Example

White with #3C6795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,103,149); }

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

background-color css

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

 a { background-color: rgb(60,103,149); }

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

border-color css

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

 span { border-color: rgb(60,103,149); }

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