Html Css Color HEX #385797 Mariner

📋 copy color: '#385797'

red 56 ◦ green 87 ◦ blue 151

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

Shades of Mariner #385797

Tints of Mariner #385797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.36%

R = 19.05%
G = 29.59%
B = 51.36%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#385797 (or 0x385797) is known color: Mariner. HEX triplet: 38, 57 and 97. RGB value is (56,87,151). Sum of RGB (Red+Green+Blue) = 56+87+151=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #385797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385797 is #C7A868. Grayscale: #545454. Windows color (decimal): -13084777 or 9918264. OLE color: 9918264.

HSL color Cylindrical-coordinate representation of color #385797: hue angle of 220.42º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385797 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 87 151 -
CMYK 0.63 0.42 0 0.41
HSL 220.42º 0.46% 0.41% -
HSV(B) 220.42º 0.63% 0.59% -
XYZ 10.63 9.89 30.63 -
YUV 85.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 56 87 151 0.63 0.42 0 0.41 220.42 0.46 0.41
Hex 38 57 97 3F 2A 0 29 DC 2E 29
Octal 70 127 227 77 52 0 51 334 56 51
Binary 111000 1010111 10010111 111111 101010 0 101001 11011100 101110 101001

Color Harmonies of #385797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385797

Black with #385797

Text Example


Text Example

White with #385797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385797; }

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

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

background-color css

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

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

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

border-color css

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

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

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