Html Css Color HEX #325FAA Mariner

📋 copy color: '#325FAA'

red 50 ◦ green 95 ◦ blue 170

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

Shades of Mariner #325FAA

Tints of Mariner #325FAA

RGB

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

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

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

R = 15.87%
G = 30.16%
B = 53.97%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#325FAA (or 0x325FAA) is known color: Mariner. HEX triplet: 32, 5F and AA. RGB value is (50,95,170). Sum of RGB (Red+Green+Blue) = 50+95+170=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #325FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FAA is #CDA055. Grayscale: #595959. Windows color (decimal): -13475926 or 11165490. OLE color: 11165490.

HSL color Cylindrical-coordinate representation of color #325FAA: hue angle of 217.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325FAA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 95 170 -
CMYK 0.71 0.44 0 0.33
HSL 217.5º 0.55% 0.43% -
HSV(B) 217.5º 0.71% 0.67% -
XYZ 12.66 11.76 39.63 -
YUV 90.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 50 95 170 0.71 0.44 0 0.33 217.5 0.55 0.43
Hex 32 5F AA 47 2C 0 21 DA 37 2B
Octal 62 137 252 107 54 0 41 332 67 53
Binary 110010 1011111 10101010 1000111 101100 0 100001 11011010 110111 101011

Color Harmonies of #325FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FAA

Black with #325FAA

Text Example


Text Example

White with #325FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325FAA; }

 p { color: rgb(50,95,170); }

 H1.HeaderClassName
 {
   color: #325FAA;
 }
 .AnyTagClassName
 {
   color: #325FAA;
 }
</style>

background-color css

<style>
 a { background-color: #325FAA; }

 a { background-color: rgb(50,95,170); }

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

border-color css

<style>
 span { border-color: #325FAA; }

 span { border-color: rgb(50,95,170); }

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