Html Css Color HEX #3C65AB Mariner

📋 copy color: '#3C65AB'

red 60 ◦ green 101 ◦ blue 171

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

Shades of Mariner #3C65AB

Tints of Mariner #3C65AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 18.07%
G = 30.42%
B = 51.51%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C65AB (or 0x3C65AB) is known color: Mariner. HEX triplet: 3C, 65 and AB. RGB value is (60,101,171). Sum of RGB (Red+Green+Blue) = 60+101+171=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C65AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C65AB is #C39A54. Grayscale: #606060. Windows color (decimal): -12819029 or 11232572. OLE color: 11232572.

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

Color convert

RGB 60 101 171 -
CMYK 0.65 0.41 0 0.33
HSL 217.84º 0.48% 0.45% -
HSV(B) 217.84º 0.65% 0.67% -
XYZ 13.87 13.21 40.35 -
YUV 96.72 169.92 101.81 -
System Red Green Blue C M Y K H S L
Decimal 60 101 171 0.65 0.41 0 0.33 217.84 0.48 0.45
Hex 3C 65 AB 41 29 0 21 DA 30 2D
Octal 74 145 253 101 51 0 41 332 60 55
Binary 111100 1100101 10101011 1000001 101001 0 100001 11011010 110000 101101

Color Harmonies of #3C65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C65AB

Black with #3C65AB

Text Example


Text Example

White with #3C65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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