Html Css Color HEX #3C69AD Mariner

📋 copy color: '#3C69AD'

red 60 ◦ green 105 ◦ blue 173

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

Shades of Mariner #3C69AD

Tints of Mariner #3C69AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 17.75%
G = 31.07%
B = 51.18%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C69AD (or 0x3C69AD) is known color: Mariner. HEX triplet: 3C, 69 and AD. RGB value is (60,105,173). Sum of RGB (Red+Green+Blue) = 60+105+173=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C69AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C69AD is #C39652. Grayscale: #626262. Windows color (decimal): -12818003 or 11364668. OLE color: 11364668.

HSL color Cylindrical-coordinate representation of color #3C69AD: hue angle of 216.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C69AD is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 105 173 -
CMYK 0.65 0.39 0 0.32
HSL 216.11º 0.48% 0.46% -
HSV(B) 216.11º 0.65% 0.68% -
XYZ 14.46 14.08 41.49 -
YUV 99.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 60 105 173 0.65 0.39 0 0.32 216.11 0.48 0.46
Hex 3C 69 AD 41 27 0 20 D8 30 2E
Octal 74 151 255 101 47 0 40 330 60 56
Binary 111100 1101001 10101101 1000001 100111 0 100000 11011000 110000 101110

Color Harmonies of #3C69AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C69AD

Black with #3C69AD

Text Example


Text Example

White with #3C69AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,105,173); }

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

background-color css

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

 a { background-color: rgb(60,105,173); }

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

border-color css

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

 span { border-color: rgb(60,105,173); }

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