Html Css Color HEX #3C5FAB Mariner

📋 copy color: '#3C5FAB'

red 60 ◦ green 95 ◦ blue 171

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

Shades of Mariner #3C5FAB

Tints of Mariner #3C5FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.14%

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

R = 18.4%
G = 29.14%
B = 52.45%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C5FAB (or 0x3C5FAB) is known color: Mariner. HEX triplet: 3C, 5F and AB. RGB value is (60,95,171). Sum of RGB (Red+Green+Blue) = 60+95+171=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C5FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5FAB is #C3A054. Grayscale: #5C5C5C. Windows color (decimal): -12820565 or 11231036. OLE color: 11231036.

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

Color convert

RGB 60 95 171 -
CMYK 0.65 0.44 0 0.33
HSL 221.08º 0.48% 0.45% -
HSV(B) 221.08º 0.65% 0.67% -
XYZ 13.31 12.09 40.16 -
YUV 93.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 60 95 171 0.65 0.44 0 0.33 221.08 0.48 0.45
Hex 3C 5F AB 41 2C 0 21 DD 30 2D
Octal 74 137 253 101 54 0 41 335 60 55
Binary 111100 1011111 10101011 1000001 101100 0 100001 11011101 110000 101101

Color Harmonies of #3C5FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5FAB

Black with #3C5FAB

Text Example


Text Example

White with #3C5FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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