Html Css Color HEX #3C54A4 Mariner

📋 copy color: '#3C54A4'

red 60 ◦ green 84 ◦ blue 164

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

Shades of Mariner #3C54A4

Tints of Mariner #3C54A4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 19.48%
G = 27.27%
B = 53.25%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3C54A4 (or 0x3C54A4) is known color: Mariner. HEX triplet: 3C, 54 and A4. RGB value is (60,84,164). Sum of RGB (Red+Green+Blue) = 60+84+164=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #3C54A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C54A4 is #C3AB5B. Grayscale: #555555. Windows color (decimal): -12823388 or 10769468. OLE color: 10769468.

HSL color Cylindrical-coordinate representation of color #3C54A4: hue angle of 226.15º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C54A4 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 84 164 -
CMYK 0.63 0.49 0 0.36
HSL 226.15º 0.46% 0.44% -
HSV(B) 226.15º 0.63% 0.64% -
XYZ 11.73 9.98 36.43 -
YUV 85.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 60 84 164 0.63 0.49 0 0.36 226.15 0.46 0.44
Hex 3C 54 A4 3F 31 0 24 E2 2E 2C
Octal 74 124 244 77 61 0 44 342 56 54
Binary 111100 1010100 10100100 111111 110001 0 100100 11100010 101110 101100

Color Harmonies of #3C54A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C54A4

Black with #3C54A4

Text Example


Text Example

White with #3C54A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,84,164); }

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

background-color css

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

 a { background-color: rgb(60,84,164); }

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

border-color css

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

 span { border-color: rgb(60,84,164); }

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