Html Css Color HEX #3C608F Mariner

📋 copy color: '#3C608F'

red 60 ◦ green 96 ◦ blue 143

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

Shades of Mariner #3C608F

Tints of Mariner #3C608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 143 (56.25% from 255) = 47.83%

R = 20.07%
G = 32.11%
B = 47.83%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C608F (or 0x3C608F) is known color: Mariner. HEX triplet: 3C, 60 and 8F. RGB value is (60,96,143). Sum of RGB (Red+Green+Blue) = 60+96+143=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C608F is #C39F70. Grayscale: #5A5A5A. Windows color (decimal): -12820337 or 9396284. OLE color: 9396284.

HSL color Cylindrical-coordinate representation of color #3C608F: hue angle of 213.98º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C608F is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 96 143 -
CMYK 0.58 0.33 0 0.44
HSL 213.98º 0.41% 0.4% -
HSV(B) 213.98º 0.58% 0.56% -
XYZ 11 11.31 27.59 -
YUV 90.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 60 96 143 0.58 0.33 0 0.44 213.98 0.41 0.4
Hex 3C 60 8F 3A 21 0 2C D6 29 28
Octal 74 140 217 72 41 0 54 326 51 50
Binary 111100 1100000 10001111 111010 100001 0 101100 11010110 101001 101000

Color Harmonies of #3C608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C608F

Black with #3C608F

Text Example


Text Example

White with #3C608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,143); }

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

background-color css

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

 a { background-color: rgb(60,96,143); }

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

border-color css

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

 span { border-color: rgb(60,96,143); }

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