Html Css Color HEX #3C689B Mariner

📋 copy color: '#3C689B'

red 60 ◦ green 104 ◦ blue 155

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

Shades of Mariner #3C689B

Tints of Mariner #3C689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 18.81%
G = 32.6%
B = 48.59%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C689B (or 0x3C689B) is known color: Mariner. HEX triplet: 3C, 68 and 9B. RGB value is (60,104,155). Sum of RGB (Red+Green+Blue) = 60+104+155=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C689B is #C39764. Grayscale: #606060. Windows color (decimal): -12818277 or 10184764. OLE color: 10184764.

HSL color Cylindrical-coordinate representation of color #3C689B: hue angle of 212.21º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C689B is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 104 155 -
CMYK 0.61 0.33 0 0.39
HSL 212.21º 0.44% 0.42% -
HSV(B) 212.21º 0.61% 0.61% -
XYZ 12.73 13.23 32.89 -
YUV 96.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 60 104 155 0.61 0.33 0 0.39 212.21 0.44 0.42
Hex 3C 68 9B 3D 21 0 27 D4 2C 2A
Octal 74 150 233 75 41 0 47 324 54 52
Binary 111100 1101000 10011011 111101 100001 0 100111 11010100 101100 101010

Color Harmonies of #3C689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C689B

Black with #3C689B

Text Example


Text Example

White with #3C689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,104,155); }

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

background-color css

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

 a { background-color: rgb(60,104,155); }

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

border-color css

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

 span { border-color: rgb(60,104,155); }

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