Html Css Color HEX #385799 Mariner

📋 copy color: '#385799'

red 56 ◦ green 87 ◦ blue 153

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

Shades of Mariner #385799

Tints of Mariner #385799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 18.92%
G = 29.39%
B = 51.69%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#385799 (or 0x385799) is known color: Mariner. HEX triplet: 38, 57 and 99. RGB value is (56,87,153). Sum of RGB (Red+Green+Blue) = 56+87+153=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #385799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385799 is #C7A866. Grayscale: #545454. Windows color (decimal): -13084775 or 10049336. OLE color: 10049336.

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

Color convert

RGB 56 87 153 -
CMYK 0.63 0.43 0 0.4
HSL 220.82º 0.46% 0.41% -
HSV(B) 220.82º 0.63% 0.6% -
XYZ 10.79 9.96 31.49 -
YUV 85.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 56 87 153 0.63 0.43 0 0.4 220.82 0.46 0.41
Hex 38 57 99 3F 2B 0 28 DD 2E 29
Octal 70 127 231 77 53 0 50 335 56 51
Binary 111000 1010111 10011001 111111 101011 0 101000 11011101 101110 101001

Color Harmonies of #385799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385799

Black with #385799

Text Example


Text Example

White with #385799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385799; }

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

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

background-color css

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

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

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

border-color css

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

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

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