Html Css Color HEX #3C55AB Mariner

📋 copy color: '#3C55AB'

red 60 ◦ green 85 ◦ blue 171

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

Shades of Mariner #3C55AB

Tints of Mariner #3C55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 18.99%
G = 26.9%
B = 54.11%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C55AB (or 0x3C55AB) is known color: Mariner. HEX triplet: 3C, 55 and AB. RGB value is (60,85,171). Sum of RGB (Red+Green+Blue) = 60+85+171=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C55AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C55AB is #C3AA54. Grayscale: #565656. Windows color (decimal): -12823125 or 11228476. OLE color: 11228476.

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

Color convert

RGB 60 85 171 -
CMYK 0.65 0.50 0 0.33
HSL 226.49º 0.48% 0.45% -
HSV(B) 226.49º 0.65% 0.67% -
XYZ 12.46 10.4 39.88 -
YUV 87.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 60 85 171 0.65 0.50 0 0.33 226.49 0.48 0.45
Hex 3C 55 AB 41 32 0 21 E2 30 2D
Octal 74 125 253 101 62 0 41 342 60 55
Binary 111100 1010101 10101011 1000001 110010 0 100001 11100010 110000 101101

Color Harmonies of #3C55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C55AB

Black with #3C55AB

Text Example


Text Example

White with #3C55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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