Html Css Color HEX #425794 Mariner

📋 copy color: '#425794'

red 66 ◦ green 87 ◦ blue 148

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

Shades of Mariner #425794

Tints of Mariner #425794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 21.93%
G = 28.9%
B = 49.17%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#425794 (or 0x425794) is known color: Mariner. HEX triplet: 42, 57 and 94. RGB value is (66,87,148). Sum of RGB (Red+Green+Blue) = 66+87+148=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #425794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425794 is #BDA86B. Grayscale: #575757. Windows color (decimal): -12429420 or 9721666. OLE color: 9721666.

HSL color Cylindrical-coordinate representation of color #425794: hue angle of 224.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425794 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 87 148 -
CMYK 0.55 0.41 0 0.42
HSL 224.63º 0.38% 0.42% -
HSV(B) 224.63º 0.55% 0.58% -
XYZ 11 10.11 29.39 -
YUV 87.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 66 87 148 0.55 0.41 0 0.42 224.63 0.38 0.42
Hex 42 57 94 37 29 0 2A E1 26 2A
Octal 102 127 224 67 51 0 52 341 46 52
Binary 1000010 1010111 10010100 110111 101001 0 101010 11100001 100110 101010

Color Harmonies of #425794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425794

Black with #425794

Text Example


Text Example

White with #425794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425794; }

 p { color: rgb(66,87,148); }

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

background-color css

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

 a { background-color: rgb(66,87,148); }

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

border-color css

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

 span { border-color: rgb(66,87,148); }

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