Html Css Color HEX #385F94 Mariner

📋 copy color: '#385F94'

red 56 ◦ green 95 ◦ blue 148

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

Shades of Mariner #385F94

Tints of Mariner #385F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.77%

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

R = 18.73%
G = 31.77%
B = 49.5%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385F94 (or 0x385F94) is known color: Mariner. HEX triplet: 38, 5F and 94. RGB value is (56,95,148). Sum of RGB (Red+Green+Blue) = 56+95+148=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #385F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F94 is #C7A06B. Grayscale: #595959. Windows color (decimal): -13082732 or 9723704. OLE color: 9723704.

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

Color convert

RGB 56 95 148 -
CMYK 0.62 0.36 0 0.42
HSL 214.57º 0.45% 0.4% -
HSV(B) 214.57º 0.62% 0.58% -
XYZ 11.07 11.16 29.59 -
YUV 89.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 56 95 148 0.62 0.36 0 0.42 214.57 0.45 0.4
Hex 38 5F 94 3E 24 0 2A D7 2D 28
Octal 70 137 224 76 44 0 52 327 55 50
Binary 111000 1011111 10010100 111110 100100 0 101010 11010111 101101 101000

Color Harmonies of #385F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F94

Black with #385F94

Text Example


Text Example

White with #385F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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