Html Css Color HEX #385FB1 Mariner

📋 copy color: '#385FB1'

red 56 ◦ green 95 ◦ blue 177

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

Shades of Mariner #385FB1

Tints of Mariner #385FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 53.96%

R = 17.07%
G = 28.96%
B = 53.96%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#385FB1 (or 0x385FB1) is known color: Mariner. HEX triplet: 38, 5F and B1. RGB value is (56,95,177). Sum of RGB (Red+Green+Blue) = 56+95+177=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #385FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FB1 is #C7A04E. Grayscale: #5C5C5C. Windows color (decimal): -13082703 or 11624248. OLE color: 11624248.

HSL color Cylindrical-coordinate representation of color #385FB1: hue angle of 220.66º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #385FB1 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 95 177 -
CMYK 0.68 0.46 0 0.31
HSL 220.66º 0.52% 0.46% -
HSV(B) 220.66º 0.68% 0.69% -
XYZ 13.66 12.2 43.23 -
YUV 92.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 56 95 177 0.68 0.46 0 0.31 220.66 0.52 0.46
Hex 38 5F B1 44 2E 0 1F DD 34 2E
Octal 70 137 261 104 56 0 37 335 64 56
Binary 111000 1011111 10110001 1000100 101110 0 11111 11011101 110100 101110

Color Harmonies of #385FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FB1

Black with #385FB1

Text Example


Text Example

White with #385FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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