Html Css Color HEX #39559E Mariner

📋 copy color: '#39559E'

red 57 ◦ green 85 ◦ blue 158

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

Shades of Mariner #39559E

Tints of Mariner #39559E

RGB

 RED value IS 57 (22.66% from 255) = 19%

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

 BLUE value IS 158 (62.11% from 255) = 52.67%

R = 19%
G = 28.33%
B = 52.67%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39559E (or 0x39559E) is known color: Mariner. HEX triplet: 39, 55 and 9E. RGB value is (57,85,158). Sum of RGB (Red+Green+Blue) = 57+85+158=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #39559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39559E is #C6AA61. Grayscale: #545454. Windows color (decimal): -13019746 or 10376505. OLE color: 10376505.

HSL color Cylindrical-coordinate representation of color #39559E: hue angle of 223.37º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39559E is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 85 158 -
CMYK 0.64 0.46 0 0.38
HSL 223.37º 0.47% 0.42% -
HSV(B) 223.37º 0.64% 0.62% -
XYZ 11.11 9.84 33.66 -
YUV 84.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 57 85 158 0.64 0.46 0 0.38 223.37 0.47 0.42
Hex 39 55 9E 40 2E 0 26 DF 2F 2A
Octal 71 125 236 100 56 0 46 337 57 52
Binary 111001 1010101 10011110 1000000 101110 0 100110 11011111 101111 101010

Color Harmonies of #39559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39559E

Black with #39559E

Text Example


Text Example

White with #39559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39559E; }

 p { color: rgb(57,85,158); }

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

background-color css

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

 a { background-color: rgb(57,85,158); }

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

border-color css

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

 span { border-color: rgb(57,85,158); }

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