Html Css Color HEX #3C58AA Mariner

📋 copy color: '#3C58AA'

red 60 ◦ green 88 ◦ blue 170

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

Shades of Mariner #3C58AA

Tints of Mariner #3C58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 18.87%
G = 27.67%
B = 53.46%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C58AA (or 0x3C58AA) is known color: Mariner. HEX triplet: 3C, 58 and AA. RGB value is (60,88,170). Sum of RGB (Red+Green+Blue) = 60+88+170=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C58AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C58AA is #C3A755. Grayscale: #585858. Windows color (decimal): -12822358 or 11163708. OLE color: 11163708.

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

Color convert

RGB 60 88 170 -
CMYK 0.65 0.48 0 0.33
HSL 224.73º 0.48% 0.45% -
HSV(B) 224.73º 0.65% 0.67% -
XYZ 12.61 10.84 39.46 -
YUV 88.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 60 88 170 0.65 0.48 0 0.33 224.73 0.48 0.45
Hex 3C 58 AA 41 30 0 21 E1 30 2D
Octal 74 130 252 101 60 0 41 341 60 55
Binary 111100 1011000 10101010 1000001 110000 0 100001 11100001 110000 101101

Color Harmonies of #3C58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C58AA

Black with #3C58AA

Text Example


Text Example

White with #3C58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,170); }

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

background-color css

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

 a { background-color: rgb(60,88,170); }

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

border-color css

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

 span { border-color: rgb(60,88,170); }

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