Html Css Color HEX #3C629B Mariner

📋 copy color: '#3C629B'

red 60 ◦ green 98 ◦ blue 155

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

Shades of Mariner #3C629B

Tints of Mariner #3C629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 19.17%
G = 31.31%
B = 49.52%

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

#3C629B (or 0x3C629B) is known color: Mariner. HEX triplet: 3C, 62 and 9B. RGB value is (60,98,155). Sum of RGB (Red+Green+Blue) = 60+98+155=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C629B is #C39D64. Grayscale: #5C5C5C. Windows color (decimal): -12819813 or 10183228. OLE color: 10183228.

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

Color convert

RGB 60 98 155 -
CMYK 0.61 0.37 0 0.39
HSL 216º 0.44% 0.42% -
HSV(B) 216º 0.61% 0.61% -
XYZ 12.15 12.06 32.7 -
YUV 93.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 60 98 155 0.61 0.37 0 0.39 216 0.44 0.42
Hex 3C 62 9B 3D 25 0 27 D8 2C 2A
Octal 74 142 233 75 45 0 47 330 54 52
Binary 111100 1100010 10011011 111101 100101 0 100111 11011000 101100 101010

Color Harmonies of #3C629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C629B

Black with #3C629B

Text Example


Text Example

White with #3C629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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