Html Css Color HEX #3C66AB Mariner

📋 copy color: '#3C66AB'

red 60 ◦ green 102 ◦ blue 171

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

Shades of Mariner #3C66AB

Tints of Mariner #3C66AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 18.02%
G = 30.63%
B = 51.35%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C66AB (or 0x3C66AB) is known color: Mariner. HEX triplet: 3C, 66 and AB. RGB value is (60,102,171). Sum of RGB (Red+Green+Blue) = 60+102+171=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C66AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C66AB is #C39954. Grayscale: #606060. Windows color (decimal): -12818773 or 11232828. OLE color: 11232828.

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

Color convert

RGB 60 102 171 -
CMYK 0.65 0.40 0 0.33
HSL 217.3º 0.48% 0.45% -
HSV(B) 217.3º 0.65% 0.67% -
XYZ 13.97 13.4 40.38 -
YUV 97.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 60 102 171 0.65 0.40 0 0.33 217.3 0.48 0.45
Hex 3C 66 AB 41 28 0 21 D9 30 2D
Octal 74 146 253 101 50 0 41 331 60 55
Binary 111100 1100110 10101011 1000001 101000 0 100001 11011001 110000 101101

Color Harmonies of #3C66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C66AB

Black with #3C66AB

Text Example


Text Example

White with #3C66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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