Html Css Color HEX #425CAC Mariner

📋 copy color: '#425CAC'

red 66 ◦ green 92 ◦ blue 172

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

Shades of Mariner #425CAC

Tints of Mariner #425CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

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

R = 20%
G = 27.88%
B = 52.12%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#425CAC (or 0x425CAC) is known color: Mariner. HEX triplet: 42, 5C and AC. RGB value is (66,92,172). Sum of RGB (Red+Green+Blue) = 66+92+172=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #425CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425CAC is #BDA353. Grayscale: #5D5D5D. Windows color (decimal): -12428116 or 11295810. OLE color: 11295810.

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

Color convert

RGB 66 92 172 -
CMYK 0.62 0.47 0 0.33
HSL 225.28º 0.45% 0.47% -
HSV(B) 225.28º 0.62% 0.67% -
XYZ 13.52 11.79 40.59 -
YUV 93.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 66 92 172 0.62 0.47 0 0.33 225.28 0.45 0.47
Hex 42 5C AC 3E 2F 0 21 E1 2D 2F
Octal 102 134 254 76 57 0 41 341 55 57
Binary 1000010 1011100 10101100 111110 101111 0 100001 11100001 101101 101111

Color Harmonies of #425CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CAC

Black with #425CAC

Text Example


Text Example

White with #425CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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