Html Css Color HEX #42559D Mariner

📋 copy color: '#42559D'

red 66 ◦ green 85 ◦ blue 157

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

Shades of Mariner #42559D

Tints of Mariner #42559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 21.43%
G = 27.6%
B = 50.97%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42559D (or 0x42559D) is known color: Mariner. HEX triplet: 42, 55 and 9D. RGB value is (66,85,157). Sum of RGB (Red+Green+Blue) = 66+85+157=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #42559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42559D is #BDAA62. Grayscale: #575757. Windows color (decimal): -12429923 or 10310978. OLE color: 10310978.

HSL color Cylindrical-coordinate representation of color #42559D: hue angle of 227.47º 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 #42559D is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 85 157 -
CMYK 0.58 0.46 0 0.38
HSL 227.47º 0.41% 0.44% -
HSV(B) 227.47º 0.58% 0.62% -
XYZ 11.58 10.09 33.24 -
YUV 87.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 66 85 157 0.58 0.46 0 0.38 227.47 0.41 0.44
Hex 42 55 9D 3A 2E 0 26 E3 29 2C
Octal 102 125 235 72 56 0 46 343 51 54
Binary 1000010 1010101 10011101 111010 101110 0 100110 11100011 101001 101100

Color Harmonies of #42559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42559D

Black with #42559D

Text Example


Text Example

White with #42559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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