Html Css Color HEX #3462AC Mariner

📋 copy color: '#3462AC'

red 52 ◦ green 98 ◦ blue 172

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

Shades of Mariner #3462AC

Tints of Mariner #3462AC

RGB

 RED value IS 52 (20.7% from 255) = 16.15%

 GREEN value IS 98 (38.67% from 255) = 30.43%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 16.15%
G = 30.43%
B = 53.42%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3462AC (or 0x3462AC) is known color: Mariner. HEX triplet: 34, 62 and AC. RGB value is (52,98,172). Sum of RGB (Red+Green+Blue) = 52+98+172=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #3462AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3462AC is #CB9D53. Grayscale: #5C5C5C. Windows color (decimal): -13344084 or 11297332. OLE color: 11297332.

HSL color Cylindrical-coordinate representation of color #3462AC: hue angle of 217º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3462AC is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 98 172 -
CMYK 0.70 0.43 0 0.33
HSL 217º 0.54% 0.44% -
HSV(B) 217º 0.7% 0.67% -
XYZ 13.23 12.44 40.73 -
YUV 92.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 52 98 172 0.70 0.43 0 0.33 217 0.54 0.44
Hex 34 62 AC 46 2B 0 21 D9 36 2C
Octal 64 142 254 106 53 0 41 331 66 54
Binary 110100 1100010 10101100 1000110 101011 0 100001 11011001 110110 101100

Color Harmonies of #3462AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3462AC

Black with #3462AC

Text Example


Text Example

White with #3462AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3462AC; }

 p { color: rgb(52,98,172); }

 H1.HeaderClassName
 {
   color: #3462AC;
 }
 .AnyTagClassName
 {
   color: #3462AC;
 }
</style>

background-color css

<style>
 a { background-color: #3462AC; }

 a { background-color: rgb(52,98,172); }

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

border-color css

<style>
 span { border-color: #3462AC; }

 span { border-color: rgb(52,98,172); }

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