Html Css Color HEX #425CAF Mariner

📋 copy color: '#425CAF'

red 66 ◦ green 92 ◦ blue 175

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

Shades of Mariner #425CAF

Tints of Mariner #425CAF

RGB

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

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

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

R = 19.82%
G = 27.63%
B = 52.55%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#425CAF (or 0x425CAF) is known color: Mariner. HEX triplet: 42, 5C and AF. RGB value is (66,92,175). Sum of RGB (Red+Green+Blue) = 66+92+175=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #425CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425CAF is #BDA350. Grayscale: #5D5D5D. Windows color (decimal): -12428113 or 11492418. OLE color: 11492418.

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

Color convert

RGB 66 92 175 -
CMYK 0.62 0.47 0 0.31
HSL 225.69º 0.45% 0.47% -
HSV(B) 225.69º 0.62% 0.69% -
XYZ 13.81 11.91 42.13 -
YUV 93.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 66 92 175 0.62 0.47 0 0.31 225.69 0.45 0.47
Hex 42 5C AF 3E 2F 0 1F E2 2D 2F
Octal 102 134 257 76 57 0 37 342 55 57
Binary 1000010 1011100 10101111 111110 101111 0 11111 11100010 101101 101111

Color Harmonies of #425CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CAF

Black with #425CAF

Text Example


Text Example

White with #425CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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