Html Css Color HEX #425C8E Mariner

📋 copy color: '#425C8E'

red 66 ◦ green 92 ◦ blue 142

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

Shades of Mariner #425C8E

Tints of Mariner #425C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.33%

R = 22%
G = 30.67%
B = 47.33%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#425C8E (or 0x425C8E) is known color: Mariner. HEX triplet: 42, 5C and 8E. RGB value is (66,92,142). Sum of RGB (Red+Green+Blue) = 66+92+142=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #425C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C8E is #BDA371. Grayscale: #595959. Windows color (decimal): -12428146 or 9329730. OLE color: 9329730.

HSL color Cylindrical-coordinate representation of color #425C8E: hue angle of 219.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425C8E is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 92 142 -
CMYK 0.54 0.35 0 0.44
HSL 219.47º 0.37% 0.41% -
HSV(B) 219.47º 0.54% 0.56% -
XYZ 10.96 10.77 27.09 -
YUV 89.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 66 92 142 0.54 0.35 0 0.44 219.47 0.37 0.41
Hex 42 5C 8E 36 23 0 2C DB 25 29
Octal 102 134 216 66 43 0 54 333 45 51
Binary 1000010 1011100 10001110 110110 100011 0 101100 11011011 100101 101001

Color Harmonies of #425C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C8E

Black with #425C8E

Text Example


Text Example

White with #425C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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