Html Css Color HEX #38579E Mariner

📋 copy color: '#38579E'

red 56 ◦ green 87 ◦ blue 158

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

Shades of Mariner #38579E

Tints of Mariner #38579E

RGB

 RED value IS 56 (22.27% from 255) = 18.6%

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

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

R = 18.6%
G = 28.9%
B = 52.49%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38579E (or 0x38579E) is known color: Mariner. HEX triplet: 38, 57 and 9E. RGB value is (56,87,158). Sum of RGB (Red+Green+Blue) = 56+87+158=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #38579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38579E is #C7A861. Grayscale: #555555. Windows color (decimal): -13084770 or 10377016. OLE color: 10377016.

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

Color convert

RGB 56 87 158 -
CMYK 0.65 0.45 0 0.38
HSL 221.76º 0.48% 0.42% -
HSV(B) 221.76º 0.65% 0.62% -
XYZ 11.21 10.13 33.71 -
YUV 85.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 56 87 158 0.65 0.45 0 0.38 221.76 0.48 0.42
Hex 38 57 9E 41 2D 0 26 DE 30 2A
Octal 70 127 236 101 55 0 46 336 60 52
Binary 111000 1010111 10011110 1000001 101101 0 100110 11011110 110000 101010

Color Harmonies of #38579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38579E

Black with #38579E

Text Example


Text Example

White with #38579E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,87,158); }

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

background-color css

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

 a { background-color: rgb(56,87,158); }

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

border-color css

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

 span { border-color: rgb(56,87,158); }

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