Html Css Color HEX #42559F Mariner

📋 copy color: '#42559F'

red 66 ◦ green 85 ◦ blue 159

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

Shades of Mariner #42559F

Tints of Mariner #42559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 21.29%
G = 27.42%
B = 51.29%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42559F (or 0x42559F) is known color: Mariner. HEX triplet: 42, 55 and 9F. RGB value is (66,85,159). Sum of RGB (Red+Green+Blue) = 66+85+159=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #42559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42559F is #BDAA60. Grayscale: #575757. Windows color (decimal): -12429921 or 10442050. OLE color: 10442050.

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

Color convert

RGB 66 85 159 -
CMYK 0.58 0.47 0 0.38
HSL 227.74º 0.41% 0.44% -
HSV(B) 227.74º 0.58% 0.62% -
XYZ 11.75 10.16 34.14 -
YUV 87.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 66 85 159 0.58 0.47 0 0.38 227.74 0.41 0.44
Hex 42 55 9F 3A 2F 0 26 E4 29 2C
Octal 102 125 237 72 57 0 46 344 51 54
Binary 1000010 1010101 10011111 111010 101111 0 100110 11100100 101001 101100

Color Harmonies of #42559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42559F

Black with #42559F

Text Example


Text Example

White with #42559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42559F; }

 p { color: rgb(66,85,159); }

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

background-color css

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

 a { background-color: rgb(66,85,159); }

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

border-color css

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

 span { border-color: rgb(66,85,159); }

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