Html Css Color HEX #3C639F Mariner

📋 copy color: '#3C639F'

red 60 ◦ green 99 ◦ blue 159

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

Shades of Mariner #3C639F

Tints of Mariner #3C639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

 BLUE value IS 159 (62.5% from 255) = 50%

R = 18.87%
G = 31.13%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C639F (or 0x3C639F) is known color: Mariner. HEX triplet: 3C, 63 and 9F. RGB value is (60,99,159). Sum of RGB (Red+Green+Blue) = 60+99+159=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C639F is #C39C60. Grayscale: #5D5D5D. Windows color (decimal): -12819553 or 10445628. OLE color: 10445628.

HSL color Cylindrical-coordinate representation of color #3C639F: hue angle of 216.36º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C639F is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 99 159 -
CMYK 0.62 0.38 0 0.38
HSL 216.36º 0.45% 0.43% -
HSV(B) 216.36º 0.62% 0.62% -
XYZ 12.58 12.39 34.53 -
YUV 94.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 60 99 159 0.62 0.38 0 0.38 216.36 0.45 0.43
Hex 3C 63 9F 3E 26 0 26 D8 2D 2B
Octal 74 143 237 76 46 0 46 330 55 53
Binary 111100 1100011 10011111 111110 100110 0 100110 11011000 101101 101011

Color Harmonies of #3C639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C639F

Black with #3C639F

Text Example


Text Example

White with #3C639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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