Html Css Color HEX #425FAC Mariner

📋 copy color: '#425FAC'

red 66 ◦ green 95 ◦ blue 172

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

Shades of Mariner #425FAC

Tints of Mariner #425FAC

RGB

 RED value IS 66 (26.17% from 255) = 19.82%

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

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

R = 19.82%
G = 28.53%
B = 51.65%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#425FAC (or 0x425FAC) is known color: Mariner. HEX triplet: 42, 5F and AC. RGB value is (66,95,172). Sum of RGB (Red+Green+Blue) = 66+95+172=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #425FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425FAC is #BDA053. Grayscale: #5E5E5E. Windows color (decimal): -12427348 or 11296578. OLE color: 11296578.

HSL color Cylindrical-coordinate representation of color #425FAC: hue angle of 223.58º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425FAC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 95 172 -
CMYK 0.62 0.45 0 0.33
HSL 223.58º 0.45% 0.47% -
HSV(B) 223.58º 0.62% 0.67% -
XYZ 13.79 12.32 40.68 -
YUV 95.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 66 95 172 0.62 0.45 0 0.33 223.58 0.45 0.47
Hex 42 5F AC 3E 2D 0 21 E0 2D 2F
Octal 102 137 254 76 55 0 41 340 55 57
Binary 1000010 1011111 10101100 111110 101101 0 100001 11100000 101101 101111

Color Harmonies of #425FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FAC

Black with #425FAC

Text Example


Text Example

White with #425FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425FAC; }

 p { color: rgb(66,95,172); }

 H1.HeaderClassName
 {
   color: #425FAC;
 }
 .AnyTagClassName
 {
   color: #425FAC;
 }
</style>

background-color css

<style>
 a { background-color: #425FAC; }

 a { background-color: rgb(66,95,172); }

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

border-color css

<style>
 span { border-color: #425FAC; }

 span { border-color: rgb(66,95,172); }

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