Html Css Color HEX #385C97 Mariner

📋 copy color: '#385C97'

red 56 ◦ green 92 ◦ blue 151

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

Shades of Mariner #385C97

Tints of Mariner #385C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 18.73%
G = 30.77%
B = 50.5%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#385C97 (or 0x385C97) is known color: Mariner. HEX triplet: 38, 5C and 97. RGB value is (56,92,151). Sum of RGB (Red+Green+Blue) = 56+92+151=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #385C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C97 is #C7A368. Grayscale: #575757. Windows color (decimal): -13083497 or 9919544. OLE color: 9919544.

HSL color Cylindrical-coordinate representation of color #385C97: hue angle of 217.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385C97 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 92 151 -
CMYK 0.63 0.39 0 0.41
HSL 217.26º 0.46% 0.41% -
HSV(B) 217.26º 0.63% 0.59% -
XYZ 11.04 10.73 30.77 -
YUV 87.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 56 92 151 0.63 0.39 0 0.41 217.26 0.46 0.41
Hex 38 5C 97 3F 27 0 29 D9 2E 29
Octal 70 134 227 77 47 0 51 331 56 51
Binary 111000 1011100 10010111 111111 100111 0 101001 11011001 101110 101001

Color Harmonies of #385C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C97

Black with #385C97

Text Example


Text Example

White with #385C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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