Html Css Color HEX #3C5DAB Mariner

📋 copy color: '#3C5DAB'

red 60 ◦ green 93 ◦ blue 171

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

Shades of Mariner #3C5DAB

Tints of Mariner #3C5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

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

R = 18.52%
G = 28.7%
B = 52.78%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C5DAB (or 0x3C5DAB) is known color: Mariner. HEX triplet: 3C, 5D and AB. RGB value is (60,93,171). Sum of RGB (Red+Green+Blue) = 60+93+171=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C5DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5DAB is #C3A254. Grayscale: #5B5B5B. Windows color (decimal): -12821077 or 11230524. OLE color: 11230524.

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

Color convert

RGB 60 93 171 -
CMYK 0.65 0.46 0 0.33
HSL 222.16º 0.48% 0.45% -
HSV(B) 222.16º 0.65% 0.67% -
XYZ 13.13 11.73 40.1 -
YUV 92.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 60 93 171 0.65 0.46 0 0.33 222.16 0.48 0.45
Hex 3C 5D AB 41 2E 0 21 DE 30 2D
Octal 74 135 253 101 56 0 41 336 60 55
Binary 111100 1011101 10101011 1000001 101110 0 100001 11011110 110000 101101

Color Harmonies of #3C5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5DAB

Black with #3C5DAB

Text Example


Text Example

White with #3C5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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