Html Css Color HEX #3C619B Mariner

📋 copy color: '#3C619B'

red 60 ◦ green 97 ◦ blue 155

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

Shades of Mariner #3C619B

Tints of Mariner #3C619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 19.23%
G = 31.09%
B = 49.68%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C619B (or 0x3C619B) is known color: Mariner. HEX triplet: 3C, 61 and 9B. RGB value is (60,97,155). Sum of RGB (Red+Green+Blue) = 60+97+155=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C619B is #C39E64. Grayscale: #5C5C5C. Windows color (decimal): -12820069 or 10182972. OLE color: 10182972.

HSL color Cylindrical-coordinate representation of color #3C619B: hue angle of 216.63º 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 #3C619B is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 97 155 -
CMYK 0.61 0.37 0 0.39
HSL 216.63º 0.44% 0.42% -
HSV(B) 216.63º 0.61% 0.61% -
XYZ 12.05 11.88 32.67 -
YUV 92.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 60 97 155 0.61 0.37 0 0.39 216.63 0.44 0.42
Hex 3C 61 9B 3D 25 0 27 D9 2C 2A
Octal 74 141 233 75 45 0 47 331 54 52
Binary 111100 1100001 10011011 111101 100101 0 100111 11011001 101100 101010

Color Harmonies of #3C619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C619B

Black with #3C619B

Text Example


Text Example

White with #3C619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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