Html Css Color HEX #425AAF Mariner

📋 copy color: '#425AAF'

red 66 ◦ green 90 ◦ blue 175

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

Shades of Mariner #425AAF

Tints of Mariner #425AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.87%

R = 19.94%
G = 27.19%
B = 52.87%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#425AAF (or 0x425AAF) is known color: Mariner. HEX triplet: 42, 5A and AF. RGB value is (66,90,175). Sum of RGB (Red+Green+Blue) = 66+90+175=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #425AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425AAF is #BDA550. Grayscale: #5C5C5C. Windows color (decimal): -12428625 or 11491906. OLE color: 11491906.

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

Color convert

RGB 66 90 175 -
CMYK 0.62 0.49 0 0.31
HSL 226.79º 0.45% 0.47% -
HSV(B) 226.79º 0.62% 0.69% -
XYZ 13.64 11.57 42.07 -
YUV 92.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 66 90 175 0.62 0.49 0 0.31 226.79 0.45 0.47
Hex 42 5A AF 3E 31 0 1F E3 2D 2F
Octal 102 132 257 76 61 0 37 343 55 57
Binary 1000010 1011010 10101111 111110 110001 0 11111 11100011 101101 101111

Color Harmonies of #425AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425AAF

Black with #425AAF

Text Example


Text Example

White with #425AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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