Html Css Color HEX #425AAC Mariner

📋 copy color: '#425AAC'

red 66 ◦ green 90 ◦ blue 172

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

Shades of Mariner #425AAC

Tints of Mariner #425AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 20.12%
G = 27.44%
B = 52.44%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#425AAC (or 0x425AAC) is known color: Mariner. HEX triplet: 42, 5A and AC. RGB value is (66,90,172). Sum of RGB (Red+Green+Blue) = 66+90+172=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #425AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425AAC is #BDA553. Grayscale: #5B5B5B. Windows color (decimal): -12428628 or 11295298. OLE color: 11295298.

HSL color Cylindrical-coordinate representation of color #425AAC: hue angle of 226.42º 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 #425AAC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 90 172 -
CMYK 0.62 0.48 0 0.33
HSL 226.42º 0.45% 0.47% -
HSV(B) 226.42º 0.62% 0.67% -
XYZ 13.35 11.45 40.54 -
YUV 92.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 66 90 172 0.62 0.48 0 0.33 226.42 0.45 0.47
Hex 42 5A AC 3E 30 0 21 E2 2D 2F
Octal 102 132 254 76 60 0 41 342 55 57
Binary 1000010 1011010 10101100 111110 110000 0 100001 11100010 101101 101111

Color Harmonies of #425AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425AAC

Black with #425AAC

Text Example


Text Example

White with #425AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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