Html Css Color HEX #385D98 Mariner

📋 copy color: '#385D98'

red 56 ◦ green 93 ◦ blue 152

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

Shades of Mariner #385D98

Tints of Mariner #385D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 18.6%
G = 30.9%
B = 50.5%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#385D98 (or 0x385D98) is known color: Mariner. HEX triplet: 38, 5D and 98. RGB value is (56,93,152). Sum of RGB (Red+Green+Blue) = 56+93+152=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #385D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D98 is #C7A267. Grayscale: #585858. Windows color (decimal): -13083240 or 9985336. OLE color: 9985336.

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

Color convert

RGB 56 93 152 -
CMYK 0.63 0.39 0 0.40
HSL 216.88º 0.46% 0.41% -
HSV(B) 216.88º 0.63% 0.6% -
XYZ 11.21 10.94 31.23 -
YUV 88.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 56 93 152 0.63 0.39 0 0.40 216.88 0.46 0.41
Hex 38 5D 98 3F 27 0 28 D9 2E 29
Octal 70 135 230 77 47 0 50 331 56 51
Binary 111000 1011101 10011000 111111 100111 0 101000 11011001 101110 101001

Color Harmonies of #385D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D98

Black with #385D98

Text Example


Text Example

White with #385D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,152); }

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

background-color css

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

 a { background-color: rgb(56,93,152); }

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

border-color css

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

 span { border-color: rgb(56,93,152); }

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