Html Css Color HEX #324FA3 Mariner

📋 copy color: '#324FA3'

red 50 ◦ green 79 ◦ blue 163

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

Shades of Mariner #324FA3

Tints of Mariner #324FA3

RGB

 RED value IS 50 (19.92% from 255) = 17.12%

 GREEN value IS 79 (31.25% from 255) = 27.05%

 BLUE value IS 163 (64.06% from 255) = 55.82%

R = 17.12%
G = 27.05%
B = 55.82%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#324FA3 (or 0x324FA3) is known color: Mariner. HEX triplet: 32, 4F and A3. RGB value is (50,79,163). Sum of RGB (Red+Green+Blue) = 50+79+163=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #324FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324FA3 is #CDB05C. Grayscale: #4F4F4F. Windows color (decimal): -13480029 or 10702642. OLE color: 10702642.

HSL color Cylindrical-coordinate representation of color #324FA3: hue angle of 224.6º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #324FA3 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 79 163 -
CMYK 0.69 0.52 0 0.36
HSL 224.6º 0.53% 0.42% -
HSV(B) 224.6º 0.69% 0.64% -
XYZ 10.72 8.91 35.81 -
YUV 79.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 50 79 163 0.69 0.52 0 0.36 224.6 0.53 0.42
Hex 32 4F A3 45 34 0 24 E1 35 2A
Octal 62 117 243 105 64 0 44 341 65 52
Binary 110010 1001111 10100011 1000101 110100 0 100100 11100001 110101 101010

Color Harmonies of #324FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FA3

Black with #324FA3

Text Example


Text Example

White with #324FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324FA3; }

 p { color: rgb(50,79,163); }

 H1.HeaderClassName
 {
   color: #324FA3;
 }
 .AnyTagClassName
 {
   color: #324FA3;
 }
</style>

background-color css

<style>
 a { background-color: #324FA3; }

 a { background-color: rgb(50,79,163); }

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

border-color css

<style>
 span { border-color: #324FA3; }

 span { border-color: rgb(50,79,163); }

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