Html Css Color HEX #385B94 Mariner

📋 copy color: '#385B94'

red 56 ◦ green 91 ◦ blue 148

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

Shades of Mariner #385B94

Tints of Mariner #385B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.17%

R = 18.98%
G = 30.85%
B = 50.17%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385B94 (or 0x385B94) is known color: Mariner. HEX triplet: 38, 5B and 94. RGB value is (56,91,148). Sum of RGB (Red+Green+Blue) = 56+91+148=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #385B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385B94 is #C7A46B. Grayscale: #565656. Windows color (decimal): -13083756 or 9722680. OLE color: 9722680.

HSL color Cylindrical-coordinate representation of color #385B94: hue angle of 217.17º 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 #385B94 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 91 148 -
CMYK 0.62 0.39 0 0.42
HSL 217.17º 0.45% 0.4% -
HSV(B) 217.17º 0.62% 0.58% -
XYZ 10.72 10.46 29.47 -
YUV 87.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 56 91 148 0.62 0.39 0 0.42 217.17 0.45 0.4
Hex 38 5B 94 3E 27 0 2A D9 2D 28
Octal 70 133 224 76 47 0 52 331 55 50
Binary 111000 1011011 10010100 111110 100111 0 101010 11011001 101101 101000

Color Harmonies of #385B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B94

Black with #385B94

Text Example


Text Example

White with #385B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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