Html Css Color HEX #3C62AA Mariner

📋 copy color: '#3C62AA'

red 60 ◦ green 98 ◦ blue 170

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

Shades of Mariner #3C62AA

Tints of Mariner #3C62AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 18.29%
G = 29.88%
B = 51.83%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C62AA (or 0x3C62AA) is known color: Mariner. HEX triplet: 3C, 62 and AA. RGB value is (60,98,170). Sum of RGB (Red+Green+Blue) = 60+98+170=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C62AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C62AA is #C39D55. Grayscale: #5E5E5E. Windows color (decimal): -12819798 or 11166268. OLE color: 11166268.

HSL color Cylindrical-coordinate representation of color #3C62AA: hue angle of 219.27º 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 #3C62AA is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 98 170 -
CMYK 0.65 0.42 0 0.33
HSL 219.27º 0.48% 0.45% -
HSV(B) 219.27º 0.65% 0.67% -
XYZ 13.49 12.6 39.75 -
YUV 94.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 60 98 170 0.65 0.42 0 0.33 219.27 0.48 0.45
Hex 3C 62 AA 41 2A 0 21 DB 30 2D
Octal 74 142 252 101 52 0 41 333 60 55
Binary 111100 1100010 10101010 1000001 101010 0 100001 11011011 110000 101101

Color Harmonies of #3C62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C62AA

Black with #3C62AA

Text Example


Text Example

White with #3C62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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