Html Css Color HEX #3C66AA Mariner

📋 copy color: '#3C66AA'

red 60 ◦ green 102 ◦ blue 170

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

Shades of Mariner #3C66AA

Tints of Mariner #3C66AA

RGB

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

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

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

R = 18.07%
G = 30.72%
B = 51.2%

CMYK

 C value IS 0.65

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C66AA (or 0x3C66AA) is known color: Mariner. HEX triplet: 3C, 66 and AA. RGB value is (60,102,170). Sum of RGB (Red+Green+Blue) = 60+102+170=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C66AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C66AA is #C39955. Grayscale: #606060. Windows color (decimal): -12818774 or 11167292. OLE color: 11167292.

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

Color convert

RGB 60 102 170 -
CMYK 0.65 0.4 0 0.33
HSL 217.09º 0.48% 0.45% -
HSV(B) 217.09º 0.65% 0.67% -
XYZ 13.87 13.37 39.88 -
YUV 97.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 60 102 170 0.65 0.4 0 0.33 217.09 0.48 0.45
Hex 3C 66 AA 41 28 0 21 D9 30 2D
Octal 74 146 252 101 50 0 41 331 60 55
Binary 111100 1100110 10101010 1000001 101000 0 100001 11011001 110000 101101

Color Harmonies of #3C66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C66AA

Black with #3C66AA

Text Example


Text Example

White with #3C66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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