Html Css Color HEX #3C62AB Mariner

📋 copy color: '#3C62AB'

red 60 ◦ green 98 ◦ blue 171

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

Shades of Mariner #3C62AB

Tints of Mariner #3C62AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 18.24%
G = 29.79%
B = 51.98%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C62AB (or 0x3C62AB) is known color: Mariner. HEX triplet: 3C, 62 and AB. RGB value is (60,98,171). Sum of RGB (Red+Green+Blue) = 60+98+171=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C62AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C62AB is #C39D54. Grayscale: #5E5E5E. Windows color (decimal): -12819797 or 11231804. OLE color: 11231804.

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

Color convert

RGB 60 98 171 -
CMYK 0.65 0.43 0 0.33
HSL 219.46º 0.48% 0.45% -
HSV(B) 219.46º 0.65% 0.67% -
XYZ 13.58 12.64 40.25 -
YUV 94.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 60 98 171 0.65 0.43 0 0.33 219.46 0.48 0.45
Hex 3C 62 AB 41 2B 0 21 DB 30 2D
Octal 74 142 253 101 53 0 41 333 60 55
Binary 111100 1100010 10101011 1000001 101011 0 100001 11011011 110000 101101

Color Harmonies of #3C62AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C62AB

Black with #3C62AB

Text Example


Text Example

White with #3C62AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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