Html Css Color HEX #385CA1 Mariner

📋 copy color: '#385CA1'

red 56 ◦ green 92 ◦ blue 161

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

Shades of Mariner #385CA1

Tints of Mariner #385CA1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 161 (63.28% from 255) = 52.1%

R = 18.12%
G = 29.77%
B = 52.1%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#385CA1 (or 0x385CA1) is known color: Mariner. HEX triplet: 38, 5C and A1. RGB value is (56,92,161). Sum of RGB (Red+Green+Blue) = 56+92+161=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #385CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385CA1 is #C7A35E. Grayscale: #585858. Windows color (decimal): -13083487 or 10574904. OLE color: 10574904.

HSL color Cylindrical-coordinate representation of color #385CA1: hue angle of 219.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #385CA1 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 92 161 -
CMYK 0.65 0.43 0 0.37
HSL 219.43º 0.48% 0.43% -
HSV(B) 219.43º 0.65% 0.63% -
XYZ 11.89 11.07 35.23 -
YUV 89.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 56 92 161 0.65 0.43 0 0.37 219.43 0.48 0.43
Hex 38 5C A1 41 2B 0 25 DB 30 2B
Octal 70 134 241 101 53 0 45 333 60 53
Binary 111000 1011100 10100001 1000001 101011 0 100101 11011011 110000 101011

Color Harmonies of #385CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CA1

Black with #385CA1

Text Example


Text Example

White with #385CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,161); }

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

background-color css

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

 a { background-color: rgb(56,92,161); }

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

border-color css

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

 span { border-color: rgb(56,92,161); }

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