Html Css Color HEX #385B93 Mariner

📋 copy color: '#385B93'

red 56 ◦ green 91 ◦ blue 147

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

Shades of Mariner #385B93

Tints of Mariner #385B93

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

 BLUE value IS 147 (57.81% from 255) = 50%

R = 19.05%
G = 30.95%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385B93 (or 0x385B93) is known color: Mariner. HEX triplet: 38, 5B and 93. RGB value is (56,91,147). Sum of RGB (Red+Green+Blue) = 56+91+147=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #385B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385B93 is #C7A46C. Grayscale: #565656. Windows color (decimal): -13083757 or 9657144. OLE color: 9657144.

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

Color convert

RGB 56 91 147 -
CMYK 0.62 0.38 0 0.42
HSL 216.92º 0.45% 0.4% -
HSV(B) 216.92º 0.62% 0.58% -
XYZ 10.64 10.43 29.06 -
YUV 86.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 56 91 147 0.62 0.38 0 0.42 216.92 0.45 0.4
Hex 38 5B 93 3E 26 0 2A D9 2D 28
Octal 70 133 223 76 46 0 52 331 55 50
Binary 111000 1011011 10010011 111110 100110 0 101010 11011001 101101 101000

Color Harmonies of #385B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B93

Black with #385B93

Text Example


Text Example

White with #385B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385B93; }

 p { color: rgb(56,91,147); }

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

background-color css

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

 a { background-color: rgb(56,91,147); }

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

border-color css

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

 span { border-color: rgb(56,91,147); }

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