#3C639C

Color #3C639C Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #3C639C

Tints of Mariner #3C639C

Color information

#3C639C (or 0x3C639C) is unknown color: approx Mariner. HEX triplet: 3C, 63 and 9C. RGB value is (60,99,156). Sum of RGB (Red+Green+Blue) = 60+99+156=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C639C is #C39C63. Grayscale: #5D5D5D. Windows color (decimal): -12819556 or 10249020. OLE color: 10249020.

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

Color convert

RGB6099156-
CMYK0.620.3700.39
HSL215.62º44.44%42.35%-
HSV(B)215.62º61.54%61.18%-
XYZ12.3312.2833.17-
YUV93.84163.08103.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=19.05%
G=31.43%
B=49.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60991560.620.3700.39215.6244.4442.35
Hex3C639C3E25027d82c2a
Octal7414323476450473305452
Binary111100110001110011100111110100101010011111011000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,99,156); }

 H1.HeaderClassName
 {
   color: #3C639C;
 }
 .AnyTagClassName
 {
   color: #3C639C;
 }
</style>
background-color css

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

 a { background-color: rgb(60,99,156); }

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

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

 span { border-color: rgb(60,99,156); }

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