Html Css Color HEX #394FA5 Mariner

📋 copy color: '#394FA5'

red 57 ◦ green 79 ◦ blue 165

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

Shades of Mariner #394FA5

Tints of Mariner #394FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 165 (64.84% from 255) = 54.82%

R = 18.94%
G = 26.25%
B = 54.82%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#394FA5 (or 0x394FA5) is known color: Mariner. HEX triplet: 39, 4F and A5. RGB value is (57,79,165). Sum of RGB (Red+Green+Blue) = 57+79+165=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #394FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394FA5 is #C6B05A. Grayscale: #515151. Windows color (decimal): -13021275 or 10833721. OLE color: 10833721.

HSL color Cylindrical-coordinate representation of color #394FA5: hue angle of 227.78º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #394FA5 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 79 165 -
CMYK 0.65 0.52 0 0.35
HSL 227.78º 0.49% 0.44% -
HSV(B) 227.78º 0.65% 0.65% -
XYZ 11.27 9.18 36.77 -
YUV 82.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 57 79 165 0.65 0.52 0 0.35 227.78 0.49 0.44
Hex 39 4F A5 41 34 0 23 E4 31 2C
Octal 71 117 245 101 64 0 43 344 61 54
Binary 111001 1001111 10100101 1000001 110100 0 100011 11100100 110001 101100

Color Harmonies of #394FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394FA5

Black with #394FA5

Text Example


Text Example

White with #394FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394FA5; }

 p { color: rgb(57,79,165); }

 H1.HeaderClassName
 {
   color: #394FA5;
 }
 .AnyTagClassName
 {
   color: #394FA5;
 }
</style>

background-color css

<style>
 a { background-color: #394FA5; }

 a { background-color: rgb(57,79,165); }

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

border-color css

<style>
 span { border-color: #394FA5; }

 span { border-color: rgb(57,79,165); }

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